Skip to content

Instantly share code, notes, and snippets.

@adamconroy
adamconroy / wanikani-dark-theme.css
Created September 13, 2020 22:39
WaniKani dark theme
body {
background-color: #121212;
}
#information {
color: white;
background-color: #343434;
}
.audiopronunciations-component {
<html>
<head>
<style>
body {
background-color: black;
}
#timer {
color: magenta;
font-size: 1000px;
text-align: center;
body {
background: #36393f;
color: #f6f6eb;
}
a {
color: #949494;
}
a:link, a:visited {
@adamconroy
adamconroy / nhk_easy_news.css
Created November 13, 2018 04:36
Dark Theme for NHK Easy News
body {
background: black;
}
#easy-wrapper .dictionary-box {
background: #2d2d2d;
}
#easy-wrapper .dictionary-contents__title {
@adamconroy
adamconroy / gwtproject.org-dark.css
Created August 29, 2018 20:52
Dark GWTproject.org theme
body {
background-color: #2c2c2c;
}
.container {
background-color: #252525;
color: #bbbbbb;
}
code {
background-color: black;
}
@adamconroy
adamconroy / community.rstudio.com-dark.css
Last active September 12, 2018 17:49
RStudio Community Site dark style/theme
body {
background-color: #1d1d1d;
color: #e2e2e2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
line-height: 1.5;
}
a {
color: #509eeb;
}