summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/assets/ok.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 0f09323..b8e0ff6 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -181,6 +181,10 @@ ul li {
text-transform: capitalize;
}
+ul li[data-id='dump-fm'] {
+ text-transform: none;
+}
+
.desktop .menu ul li:hover,
.menu ul li.active {
background: black;
@@ -188,6 +192,20 @@ ul li {
cursor: pointer;
}
+.desktop .mobiletitle,
+.mobile .desktoptitle {
+ display: none;
+}
+
+.desktop .desktoptitle
+.mobile .mobiletitle {
+ display: inline;
+}
+
+.menu u {
+ text-decoration: none;
+}
+
nav {
background: white;
}