dark theme
okky by pruge
Details
Authorpruge
LicenseNo License
Categoryokky
Created
Updated
Size654 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name okky
@version 20230313.08.24
@namespace userstyles.world/user/pruge
@description dark theme
@author pruge
@license No License
==/UserStyle== */
@-moz-document domain("okky.kr") {
main a.line-clamp-1.w-fit.break-all{
color: #3b82f6
}
main a.line-clamp-2.w-fit.break-all {
color: rgb(209, 213, 219)
}
main div.h-16.w-16.border.shrink-0 {
border-color: #64748b
}
code, code > * {
font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important;
font-size: 13px !important;
display:inline-block !important;
line-height: 16px !important;
}
}