diff options
| author | Michael McVady <femtonaut@gmail.com> | 2024-01-13 15:56:36 -0600 | 
|---|---|---|
| committer | Michael McVady <femtonaut@gmail.com> | 2024-01-13 15:56:36 -0600 | 
| commit | ef7cd622768b9dfe99ad18b7af5bd0e328b4d503 (patch) | |
| tree | d46505f75b2d5831e16074470c42135b8ae05d22 /assets/static/css | |
| parent | 53e31bbbd4e77ff08d697d1a848bccf044172432 (diff) | |
Add message for no search results
Diffstat (limited to 'assets/static/css')
| -rw-r--r-- | assets/static/css/retro.css | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/static/css/retro.css b/assets/static/css/retro.css index c8f671b..ec715d1 100644 --- a/assets/static/css/retro.css +++ b/assets/static/css/retro.css @@ -204,14 +204,15 @@ blockquote {  }  table :is(td, th) { +  width: 100%;    border: 1px solid #999;    padding: 0.3em;  } -/* tr:nth-child(even) { -  background-color: rgb(3, 192, 255); +tr:nth-child(even) { +  background-color: #222;  }  tr:nth-child(odd) { -  background-color: rgb(7, 99, 7); -} */ +  background-color: #333; +}  | 
