diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 11:42:17 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 11:42:17 +0100 |
commit | 4f9a0544218341204bee98d41bcc097dc61f1799 (patch) | |
tree | e04614acb636d2f73013a31b078df3907b061730 /assets/css/home.css | |
parent | cb6f0e8c3f2abe2bf895320a58a466c7a766dbf9 (diff) | |
download | wcms-4f9a0544218341204bee98d41bcc097dc61f1799.tar.gz wcms-4f9a0544218341204bee98d41bcc097dc61f1799.zip |
add case sensitivity option in dsb
*deep search bar
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index a68e3b0..4867c72 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -404,6 +404,15 @@ main.info code { padding: 0 4px; } +article#manual a { + text-decoration: none; + background-color: #7b97b959; +} + +article#manual a:hover { + background-color: #7b97b9; +} + main.info pre {width: fit-content;padding: 1%;background-color: hsla(213, 31%, 20%, 1);white-space: pre-wrap;margin: 1%;} @@ -617,3 +626,5 @@ footer { + + |