An Atom One Dark theme for the best online Japanese dictionary: Takoboto.
Takoboto - Atom One Dark by tekami

Details
Authortekami
LicenseNo License
Categorytakoboto
Created
Updated
Code size1.4 kB
Code checksum7b57f481
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name takoboto.jp - 2/5/2023, 3:41:20 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("takoboto.jp") {
html {
--bg: rgb(51, 56, 66);
--bg_d1: rgb(40, 44, 52);
--bg_d2: rgb(33, 37, 43);
--text_color: hsl(0, 0%, 94%);
--text_color_d1: hsl(0, 0%, 68%);
--link: hsl(207, 82%, 66%);
}
/* General */
a {
color: var(--link);
}
body {
background-color: var(--bg_d2);
color: var(--text_color);
}
input {
background-color: var(--bg_d2);
border: none;
border-radius: 4px;
color: var(--text_color);
}
.SearchResultMainColumn > div:nth-child(-n+3) {
background-color: var(--bg_d1) !important;
}
.SearchResultMainColumn > div:nth-child(2) > div {
background-color: var(--bg_d1) !important;
}
/* Search box */
input:focus-visible {
outline: none;
}
/* Header */
#PageMargin1 > div:first-child {
background-color: var(--bg_d1) !important;
}
/* Search */
#PageMargin1 > div:nth-child(2).PagePad {
background-color: var(--bg_d1);
}
#PageMargin1 > div:nth-child(2).PagePad > div:first-child {
background-color: var(--bg);
}
/* Results */
.ResultDiv {
border-top-color: var(--text_color_d1);
}
.ResultDiv:hover {
background-color: var(--bg_d1);
}
}