X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=resources%2Fstyle.css;h=b597cb789b23f52fa16920074459d390fabeacbc;hp=c90665aec9bca2a650d128a0b2abfb200b95cea1;hb=1ce89a949a7373ffcf214539572c33afb9d7b247;hpb=9e16b930ef25a57a68419e7588faf40c2e241e90 diff --git a/resources/style.css b/resources/style.css index c90665a..b597cb7 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,8 +1,6 @@ body { font-size: 0.8rem; font-family: monospace; - color: #ebdbb2; - background-color: #282828; max-width: 100%; width: max-content; } @@ -34,10 +32,6 @@ article img { max-width: 100%; } -a { - color: #83a598; -} - table thead td { font-weight: bold; } @@ -56,7 +50,7 @@ table td { #index tr:hover td, #log tr:hover td, #files tr:hover td { - background-color: #333; + background-color: #eee; } #index tr td:nth-child(2), @@ -75,29 +69,29 @@ table td { } .desc { - color: #928374; + color: #555; } hr { border: 0; - border-top: 1px solid #928374; + border-top: 1px solid #555; height: 1px; } pre a.h { - color: #fe8019; + color: #555; } .A, span.i, pre a.i { - color: #b8bb26; + color: #00A000; } .D, span.d, pre a.d { - color: #fb4934; + color: #A00000; } pre a.h:hover, @@ -113,10 +107,10 @@ pre a.d:hover { .url td:nth-child(2) span { padding: 1px 5px; - border: 1px solid #ebdbb2; + border: 1px solid #555; border-radius: 5px; } .url td:nth-child(2) span a { - color: #ebdbb2; + color: #555; }