diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-20 01:56:57 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-20 01:56:57 +0100 |
commit | 49273cba81ea86639a23dfd5a43bda2f6b01f075 (patch) | |
tree | 94da83daa5fa168dab08b8443664fddccf0b47a1 /assets/css/home.css | |
parent | 227a2a35d64db87d889f7a44101f11a117b8e06a (diff) | |
download | wcms-49273cba81ea86639a23dfd5a43bda2f6b01f075.tar.gz wcms-49273cba81ea86639a23dfd5a43bda2f6b01f075.zip |
fix media little problems
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 7 |
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 +} + |