diff options
Diffstat (limited to 'assets/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 { + + |