mirror of
https://github.com/aljazceru/pear-docs.git
synced 2026-02-02 21:34:29 +01:00
light mode complete
This commit is contained in:
13
pulse.html
13
pulse.html
@@ -20,23 +20,24 @@
|
||||
border-radius: 8px;
|
||||
font-family:'overpass-mono';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
color: #eee;
|
||||
color: #efeaea;
|
||||
transition: background-color .4s, color .4s;
|
||||
}
|
||||
|
||||
html, body { overflow: scroll; }
|
||||
|
||||
html.light body {
|
||||
background: hsl(0deg, 1.59%, 52.42%);
|
||||
background: #efeaea;
|
||||
color: #151517;
|
||||
}
|
||||
a:visited, a:active, a { color: #B0D944; outline: none; text-decoration: none }
|
||||
|
||||
a:visited, a:active, a { color: #B0D944; outline: none; text-decoration: none; }
|
||||
|
||||
#logo {
|
||||
float: left;
|
||||
margin-right: 2rem;
|
||||
margin-left: 0.65rem;
|
||||
margin-top: 0.45rem;
|
||||
margin-top: -0.45rem;
|
||||
}
|
||||
|
||||
nav {
|
||||
@@ -85,10 +86,6 @@
|
||||
width: 72rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
html.light header {
|
||||
background: hsla(0deg, 1.59%, 52.42%, 0.9)
|
||||
}
|
||||
|
||||
h1 { padding: .5rem; border-right: 1px solid #B0D944; border-bottom: 1px solid #B0D944; display: inline-block; padding-right: 0.75em; padding-left: 0.5em; font-weight: bold; font-size: 1.6rem; margin-block-start: 0.67em; margin-block-end: 0.67em; }
|
||||
blockquote { outline: 1px solid #323532; margin-inline-start: 0; margin-inline-end: 0; display: block; margin-block-start: 1rem; margin-block-end: 0; padding: 1px; font-size: .825rem }
|
||||
|
||||
Reference in New Issue
Block a user