mirror of
https://github.com/writefreely/writefreely
synced 2025-01-10 06:18:42 +00:00
Remove css changes, keep only pad switching code
https://github.com/writeas/writefreely/pull/188#issuecomment-540045935
This commit is contained in:
parent
8404f0896c
commit
638059a26b
1 changed files with 0 additions and 55 deletions
|
@ -2,7 +2,6 @@
|
||||||
@secondary: rgb(114, 191, 133);
|
@secondary: rgb(114, 191, 133);
|
||||||
@subheaders: #444;
|
@subheaders: #444;
|
||||||
@headerTextColor: black;
|
@headerTextColor: black;
|
||||||
@headerTextColorDarkMode: white;
|
|
||||||
@sansFont: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
|
@sansFont: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
|
||||||
@serifFont: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
|
@serifFont: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
|
||||||
@monoFont: Hack, consolas, Menlo-Regular, Menlo, Monaco, 'ubuntu mono', monospace, monospace;
|
@monoFont: Hack, consolas, Menlo-Regular, Menlo, Monaco, 'ubuntu mono', monospace, monospace;
|
||||||
|
@ -11,10 +10,6 @@
|
||||||
@proSelectedCol: #71D571;
|
@proSelectedCol: #71D571;
|
||||||
@textLinkColor: rgb(0, 0, 238);
|
@textLinkColor: rgb(0, 0, 238);
|
||||||
|
|
||||||
:root {
|
|
||||||
color-scheme: light dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: @serifFont;
|
font-family: @serifFont;
|
||||||
font-size-adjust: 0.5;
|
font-size-adjust: 0.5;
|
||||||
|
@ -1516,53 +1511,3 @@ div.row {
|
||||||
pre.code-block {
|
pre.code-block {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
body{
|
|
||||||
color: #eee;
|
|
||||||
background: #111;
|
|
||||||
|
|
||||||
.post-title a:link{
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
&#collection{
|
|
||||||
color: #eee;
|
|
||||||
|
|
||||||
pre{
|
|
||||||
background: #060606;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, header h2 {
|
|
||||||
a {
|
|
||||||
color: @headerTextColorDarkMode;
|
|
||||||
&:hover {
|
|
||||||
color: #cfcfcf;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav#manage ul a, .dropdown-nav ul a, nav#manage ul ul a, nav#manage ul a{
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-nav ul ul, .dropdown-nav ul li:hover, nav#manage ul ul, nav#manage ul ul li:hover, nav#manage ul li:hover{
|
|
||||||
background: #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
#official-writing h2, #official-writing h3, #official-writing h4, #wrapper h2, #wrapper h3, #wrapper h4{
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: rgb(162, 162, 255);
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited{
|
|
||||||
color: rgb(201, 138, 253);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue