Skip to content

Commit

Permalink
abandon hacker theme -- too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jun 26, 2023
1 parent de0e131 commit 237f9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"styles": {
"theme": "hacker",
"theme": "dark",
"additional_css": ["./static/custom.css"]
}
}
22 changes: 2 additions & 20 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,7 @@ h1.title {
text-shadow: 10px 10px #27272A;
}

h1.title:before {
text-shadow: none;
}

h1.title:after {
/* that cursor looks like the title is "spacemodl" */
content: none !important;
}

code {
background: #27272A !important;
border: 4px solid #27272A;
}

body {
background: black !important;
}

img {
padding: 4px;
border: 2px solid #27272A;
background: #263238 !important;
border: 4px solid #263238;
}

0 comments on commit 237f9fb

Please sign in to comment.