new-ryuslash.org/src/less/main.less

33 lines
486 B
Text
Raw Normal View History

2019-10-07 03:29:15 +02:00
@background-color: #111114;
@foreground-color: #bfbfbf;
@link-color: #a88654;
2020-02-24 05:23:42 +01:00
@font-family: sans-serif;
2019-10-07 03:29:15 +02:00
body {
background-color: @background-color;
color: @foreground-color;
2020-02-24 05:23:42 +01:00
font-family: @font-family;
2019-10-07 03:29:15 +02:00
}
a {
color: @link-color;
}
2020-02-24 05:23:42 +01:00
2020-09-10 10:34:32 +02:00
pre.src {
@import (less) "yoshi.css";
position: static;
&::before {
background-color: @background-color;
}
}
.org-src-container { position: relative; }
.org-svg { width: unset; }
2020-02-24 05:23:42 +01:00
#content {
max-width: 900px;
margin: 0 auto;
}