dark theme
tikfork.com by croutons

Details
Authorcroutons
LicenseNo License
Categorytikfork.com
Created
Updated
Code size1.3 kB
Code checksumb55d2ddf
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tikfork.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("tikfork.com") {
body {
background-color: #121212;
color: #e0e0e0
}
a {
color: #80cbc4
}
a:hover {
color: #4db6ac
}
.navbar-container,
.navbar {
background-color: #1f1f1f;
border-bottom: 1px solid #333
}
.menu-item a {
color: #e0e0e0
}
.menu-item a:hover {
color: #4db6ac
}
input,
select,
textarea {
background-color: #2c2c2c;
color: #e0e0e0;
border: 1px solid #444
}
button,
.btn-red,
.dl-button {
background-color: #333;
color: #fff;
border: 1px solid #555
}
button:hover,
.btn-red:hover,
.dl-button:hover {
background-color: #444;
border-color: #666
}
.result,
.result-setion-left,
.result-setion-right {
background-color: #1c1c1c;
color: #e0e0e0
}
.description {
color: #ccc
}
#task-loadding text {
fill: #aaa
}
.footer-container,
.description-section,
.navbar-container,
#video-description {
display: none
}
}