diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/simplesource.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/static/css/simplesource.css b/static/css/simplesource.css index 8d50756..c700a1d 100644 --- a/static/css/simplesource.css +++ b/static/css/simplesource.css @@ -119,10 +119,7 @@ header { padding-top: 1rem; flex-direction: row; align-items: flex-end; - background: #cc6900; - border-width: 1px 0; - border-color: #001933; - border-style: solid + background: #f4f4f4; } header .heading { @@ -157,7 +154,7 @@ header h1 a small { .info { padding-bottom: .25rem; - color: #fff; + color: #212121; font-size: .9rem } |