-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbotanical.user.css
More file actions
62 lines (56 loc) · 1.91 KB
/
botanical.user.css
File metadata and controls
62 lines (56 loc) · 1.91 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
/* ==UserStyle==
@name monkeytype botanical
@namespace github.com/openstyles/stylus
@version 1.0.0
@description botanical theme for monkeytype
@author refact0r
@homepageURL https://github.com/refact0r/monkeytype-themes
@updateURL https://github.com/refact0r/monkeytype-themes/raw/main/botanical.user.css
==/UserStyle== */
@-moz-document domain("monkeytype.com") {
/* override theme colors */
/* also theme link: https://monkeytype.com?customTheme=WyIjMGIxZTFhIiwiIzc0YjRhZSIsIiM3NGI0YWUiLCIjM2Q3MTY3IiwiIzA0MTcxNSIsIiNlOWYwZjMiLCIjYmY2MTZhIiwiIzc5M2U0NCIsIiNiZjYxNmEiLCIjNzkzZTQ0Il0= */
* {
--bg-color: #0b1e1a;
--main-color: #74b4ae;
--caret-color: #74b4ae;
--sub-color: #3d7167;
--sub-alt-color: #0f242280;
--text-color: #E9F0F3;
--error-color: #bf616a;
--error-extra-color: #793e44;
--colorful-error-color: #bf616a;
--colorful-error-extra-color: #793e44;
}
/* background and effects */
.customBackground {
background-image: url("https://wallpaperaccess.com/full/3703256.jpg") !important;
background-size: cover;
background-position: center !important;
background-repeat: no-repeat;
transition: filter 1s ease !important;
filter: brightness(0.7) blur(0px);
}
body[style*="cursor: none"] .customBackground {
filter: brightness(0.5) blur(5px);
}
/* change logo text */
#top .logo .text {
visibility: hidden;
}
#top .logo .text .top:after {
content: 'monkeytype' !important;
visibility: visible;
display: block;
position: relative;
margin-top: -.7rem;
margin-left: -.15rem;
}
#top .logo .text:after {
content: 'botanical' !important;
visibility: visible;
display: block;
position: relative;
margin-top: -2rem;
}
}