-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrane.css
More file actions
33 lines (31 loc) · 777 Bytes
/
brane.css
File metadata and controls
33 lines (31 loc) · 777 Bytes
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
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
button, html {
font-family: "JetBrains Mono", monospace;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
}
html {
background-color: #150f15;
color: #ffddff;
}
button {
color: #ffddff;
background-color: #150f15;
text-decoration: none;
border-radius: 0.2rem;
border-style: solid;
border-width: 2px;
border-color: #da94da;
padding: 8px;
margin: 8px;
transition: background-color 200ms, font-weight 200ms, text-shadow 200ms;
}
button:hover {
background-color: #332433;
font-weight: bold;
text-shadow: 0 0 10px #ffddff;
}
button:active {
background-color: #241a24;
}/*# sourceMappingURL=brane.css.map */