aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-20 01:56:57 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-20 01:56:57 +0100
commit49273cba81ea86639a23dfd5a43bda2f6b01f075 (patch)
tree94da83daa5fa168dab08b8443664fddccf0b47a1 /assets
parent227a2a35d64db87d889f7a44101f11a117b8e06a (diff)
downloadwcms-49273cba81ea86639a23dfd5a43bda2f6b01f075.tar.gz
wcms-49273cba81ea86639a23dfd5a43bda2f6b01f075.zip
fix media little problems
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 684792c..e36cd19 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -353,6 +353,10 @@ main.media code {
padding: 1px;
}
+nav.media span#currentdir {
+ color: hsla(213, 70%, 40%, 1);
+}
+
td.code {
@@ -511,4 +515,5 @@ footer {
height: 23px;
}
-} \ No newline at end of file
+}
+