summaryrefslogtreecommitdiffstats
path: root/static/css/fripost.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/fripost.css')
-rw-r--r--static/css/fripost.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/static/css/fripost.css b/static/css/fripost.css
index b7a235b..443c825 100644
--- a/static/css/fripost.css
+++ b/static/css/fripost.css
@@ -2,13 +2,17 @@
background-color: inherit;
border-bottom: black thin solid;
border-radius: 0;
- margin-top: 1em
}
-.navbar-fripost a {
+.navbar-fripost .navbar-nav .nav-link {
color: black;
}
-.navbar-fripost .navbar-toggle .icon-bar {
- background-color: black;
+ul.navbar-nav > li.nav-item > a.nav-link:focus,
+ul.navbar-nav > li.nav-item > a.nav-link:hover,
+ul.navbar-nav > li.nav-item > .dropdown-menu > a.dropdown-item:hover,
+ul.navbar-nav > li.nav-item > .dropdown-menu > a.dropdown-item:focus {
+ color: inherit;
+ text-decoration: none;
+ background-color: #eee;
}
table {
border-collapse: separate;
@@ -20,3 +24,12 @@ table > tr > td {
table > tr > th {
padding: 0 1ex;
}
+pre {
+ padding: 16px;
+ font-size: 85%;
+ line-height: 1.45;
+ background-color: #f6f8fa;
+ border-radius: 6px;
+ tab-size: 4;
+ -moz-tab-size: 4;
+}