diff options
Diffstat (limited to 'theme_userscript.js')
| -rw-r--r-- | theme_userscript.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/theme_userscript.js b/theme_userscript.js index 4e6cbae..39ce014 100644 --- a/theme_userscript.js +++ b/theme_userscript.js @@ -39,14 +39,14 @@ a[href$=".zip"], a[href$=".tar"], a[href$=".tar.gz"] { color: #f5e16c !important; } body, div#cgit, tr { - background-color: #212025 !important; + background-color: #1f1f1f !important; } table.list { border-collapse: separate !important; border-spacing: 0 !important; } table.list th { - background-color: #484848; + background-color: #4f4f4f; border: 1px solid #404040; padding: 0.5rem !important; @@ -90,7 +90,7 @@ table#header tr:last-child td { padding-bottom: 2em; } table#header td, table.tabs td, div.footer { - background-color: #303030; + background-color: #262626; } div.footer { margin-top: 0 !important; @@ -111,10 +111,10 @@ div.path { padding-bottom: 5px !important; } table.tabs { - border-color: #5b5bbd !important; + border-color: #4a4a99 !important; } table.tabs td a.active { - background-color: #5b5bbd !important; + background-color: #4a4a99 !important; border-top-left-radius: 4px; border-top-right-radius: 4px; } @@ -131,7 +131,7 @@ table.commit-info td, table.commit-info th, div.commit-subject, div.commit-msg, div.cgit-panel, div.cgit-panel table td, div.diffstat-header, table.diffstat > tbody > tr > td, div.diffstat-summary, table.diff td { - background-color: #303030 !important; + background-color: #404040 !important; } table.commit-info tr:first-child td, table.commit-info tr:first-child th { padding-top: 2em !important; |
