mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-12-16 04:49:01 +00:00
CSS tweaks
This commit is contained in:
@@ -13,10 +13,16 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
code, kbd, pre, samp {
|
||||
background-color: rgba(27,31,35,.05);
|
||||
code, kbd, samp {
|
||||
background-color: rgba(255,255,255,.08);
|
||||
border-radius: 3px;
|
||||
font-size: 90%;
|
||||
padding: 0.1em 0.4em;
|
||||
}
|
||||
|
||||
pre code {
|
||||
background-color: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nav-menu {
|
||||
|
||||
Reference in New Issue
Block a user