diff options
| author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-04-01 11:41:48 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-04-01 11:41:48 +0200 | 
| commit | 013dd94816c1185d4cd52f80e36a23bb67439984 (patch) | |
| tree | 64655177c27f659bc6884101f651b119fe5002a3 /static/css | |
| parent | f9a64d57bbff4d253ed89ce286071f84968f37a9 (diff) | |
Place custom CSS in its own file.
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/fripost.css | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/static/css/fripost.css b/static/css/fripost.css new file mode 100644 index 0000000..e87ac22 --- /dev/null +++ b/static/css/fripost.css @@ -0,0 +1,12 @@ +.navbar-fripost { +  background-color: inherit; +  border-bottom: black thin solid; +  border-radius: 0; +  margin-top: 1em +} +.navbar-fripost a { +  color: black; +} +.navbar-fripost .navbar-toggle .icon-bar { +  background-color: black; +} | 
