Hacker News theme in the popular Synthwave style.
Synthwave Hacker News by n-1x
Details
Authorn-1x
LicenseCC0
Categoryhackernews
Created
Updated
Size860 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 Synthwave Hacker News
@version 20240412.16.27
@namespace https://userstyles.world/user/n-1x
@description Hacker News theme in the popular Synthwave style.
@author n-1x
@license CC0
==/UserStyle== */
@-moz-document url-prefix("https://news.ycombinator.com/") {
html {
background: #252335;
}
#hnmain {
background: #252335;
}
span {
color: aquamarine
}
.subtext a:visited, a:visited {
color: yellow;
}
.comment > .commtext, .subline,
td > .toptext, .titleline a:link, td {
color: aquamarine;
}
textarea, input {
color: aquamarine;
background: #252335;
border: 2px solid hotpink;
}
.yclinks > a:link, .titleline a,
.comhead a:link, .subtext a:link,
.comment a:link, .title span,
form, a:link {
color: hotpink;
}
td[bgcolor="#ff6600"] {
background: aquamarine;
}
}