diff options
Diffstat (limited to 'assets/css/darktheme.css')
| -rw-r--r-- | assets/css/darktheme.css | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/assets/css/darktheme.css b/assets/css/darktheme.css deleted file mode 100644 index 92da15b6..00000000 --- a/assets/css/darktheme.css +++ /dev/null @@ -1,37 +0,0 @@ -a:hover, -a:active { - color: rgb(0, 182, 240); -} - -a { - color: #a0a0a0; - text-decoration: none; -} - -body { - background-color: rgba(35, 35, 35, 1); - color: #f0f0f0; -} - -.pure-form legend { - color: #f0f0f0; -} - -.pure-menu-heading { - color: #f0f0f0; -} - -input, -select, -textarea { - color: rgba(35, 35, 35, 1); -} - -.pure-form input[type="file"] { - color: #f0f0f0; -} - -.navbar > .searchbar input { - background-color: inherit; - color: inherit; -} |
