1 changed files with 36 additions and 0 deletions
@ -1 +1,37 @@ |
|||||
|
|
||||
|
/* dP dP dP */ |
||||
|
/* 88 88 88 */ |
||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ |
||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ |
||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ |
||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ |
||||
|
/* 88 */ |
||||
|
/* dP */ |
||||
|
|
||||
|
/* Made by @gilbN */ |
||||
|
/* https://github.com/gilbN/theme.park */ |
||||
|
|
||||
|
html, body { |
||||
|
background: #1f1f1f !important; |
||||
|
color: white; |
||||
|
} |
||||
|
h1 { |
||||
|
color: white; |
||||
|
} |
||||
|
#dlText { |
||||
|
color: #F44336; |
||||
|
} |
||||
|
#ulText { |
||||
|
color: #4CAF50; |
||||
|
} |
||||
|
#pingText, #jitText { |
||||
|
color: #2cabe3; |
||||
|
} |
||||
|
#startStopBtn { |
||||
|
color: #ffffff; |
||||
|
background-color: #2cabe3; |
||||
|
border: 0.15em solid #2cabe3; |
||||
|
} |
||||
|
a:-webkit-any-link { |
||||
|
color: white; |
||||
} |
} |
Loading…
Reference in new issue