diff options
| author | Matt Kohls <mattkohls13@gmail.com> | 2020-03-22 17:30:42 -0400 |
|---|---|---|
| committer | Matt Kohls <mattkohls13@gmail.com> | 2020-03-22 17:30:42 -0400 |
| commit | ec75f7ab5800394df484570ea84f31ad4fb45194 (patch) | |
| tree | be56c8e794b439c36f2e9ba0c4c77c43aed8f877 | |
| parent | f849f5a8e569965dd9498a31af898c7afff42f69 (diff) | |
| download | simplesource-ec75f7ab5800394df484570ea84f31ad4fb45194.tar.gz simplesource-ec75f7ab5800394df484570ea84f31ad4fb45194.tar.bz2 simplesource-ec75f7ab5800394df484570ea84f31ad4fb45194.zip | |
Changing up colors and borders for main header
| -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 } |
