A relatively simple Dracula theme for pinboard.in
pinboard-in - Dracula theme by abc
Details
Authorabc
LicenseCC0
Categorypinboard.in
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name pinboard.in - 10/26/2022, 12:26:58 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("pinboard.in") {
body {
background-color: #282a36 !important;
color: #f8f8f2;
}
a {
color: #8be9fd !important;
}
a:visited {
color: #bd93f9 !important;
}
input {
background-color: #44475a !important;
color: #f8f8f2 !important;
border: 1px solid #44475a;
}
textarea {
background-color: #44475a !important;
color: #f8f8f2 !important;
border: 1px solid #44475a;
}
.private {
background: #282a36 !important;
}
#banner {
border-bottom: 1px dotted #44475a !important;
}
.description {
color: #6272a4;
}
#footer {
color: #ffb86c;
}
hr {
border-top: 1px dotted #44475a !important;
border-bottom: none;
}
a.help {
color: #50fa7b;
background: #282a36;
}
.settings_tab_selected {
background: #44475a;
}
h2.settings_heading {
background: #282a36;
}
select {
background-color: rgb(29, 30, 38);
border-color:rgb(255, 121, 198);
color: rgb(255, 121, 198);
padding: 5px;
}
.selected {
background: #44475a;
}
#banner {
background: #282a36;
}
}