forked from RidgewayWeb/RidgeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (65 loc) · 1.35 KB
/
style.css
File metadata and controls
77 lines (65 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
body {
margin: 40px auto;
max-height: 800px;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
padding: 0 10px;
font-family: "Raleway",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji";
}
#domains {
font-size: 14px;
background-color: #F1F1F1;
}
a {
color: #0077aa;
text-decoration: none;
}
a:hover {
color:#4882e0;
}
h1, h2, h3 {
line-height: 1.2;
}
.ridge {
color: #C63B65;
}
.acto {
color: #7dc6ff;
}
ul {
list-style-type: none;
}
li::before {
content: "- ";
}
@media (prefers-color-scheme: dark) {
body {
background-color: #1e1e1e;
color: white;
}
#domains {
background-color: #2b2b2b;
word-wrap: break-word;
}
a {
color: #3391ff;
}
}
/* raleway-500 - latin-ext_latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local(''),
url('/fonts/raleway-v19-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/raleway-v19-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}