summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/fripost.css12
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;
+}