Update stylesheet

This commit is contained in:
unixdigest 2021-01-15 00:58:24 +01:00
commit 2e15c637a4

View file

@ -1,4 +1,4 @@
/* unixsheikh.com style sheet v2.2.3
/* unixsheikh.com style sheet v2.2.4
* Licensed under Creative Commons Attribution 4.0 International License
* https://creativecommons.org/licenses/by/4.0/
*/
@ -33,7 +33,7 @@ a:visited {color:#828282;}
nav {margin-bottom:20px;}
nav a:hover {text-decoration:underline;}
code {font-family:"Courier New",Courier;font-size:smaller;}
pre {white-space:pre-wrap;word-wrap:break-word;background-color:#eeeeee;border:1px solid #f0ad4e;border-radius:6px;padding:14px;}
pre {white-space:pre-wrap;word-wrap:break-word;background-color:#eeeeee;border:1px solid #c4bcb3;border-radius:6px;padding:14px;}
pre code {color:#222222;font-weight:normal;}
pre.no-style {line-height:normal;background-color:#ffffff;border:0px;}
.command {font-weight:bold;}