Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
Removed unnecessary global variables polluting the CSS (Runescape).
  • Loading branch information
CyanVoxel committed Apr 5, 2024
1 parent bbbe408 commit a911930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
# Obsidian-Game-Themes v1.0.0
# Obsidian-Game-Themes v1.0.1
## A Series of Video Game Theme CSS Snippets for Obsidian.

This is a collection of a few of my video game themed snippets for Obsidian. As of writing, there's just a Minecraft and Old School RuneScape theme. Over time I'll likely add more themes from other games as well as clean up the CSS code, creating a consistent template to work off of.
Expand Down
10 changes: 3 additions & 7 deletions RuneScape.css
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
/*------------------------------------------------------------------------------
RuneScape Theme by CyanVoxel v1.0.0
RuneScape Theme by CyanVoxel v1.0.1
------------------------------------------------------------------------------*/

:root {
Expand All @@ -8,9 8,6 @@
--osrs-pen-orange-trans: #ff9b2022;
--osrs-pen-orange-accent: #ff9b2066;
--osrs-page-brown: #383027;
--page-color: var(--osrs-page-brown);
--accent-color: var(--osrs-orange);
--accent-color-trans: var(--osrs-pen-orange-trans);
}

.osrs {
Expand All @@ -24,6 21,8 @@
--h5-weight: 0;
--h6-weight: 0;
--page-color: var(--osrs-page-brown);
--accent-color: var(--osrs-orange);
--accent-color-trans: var(--osrs-pen-orange-trans);
--line-height-normal: 24px;

color-scheme: dark;
Expand Down Expand Up @@ -54,9 53,6 @@
--background-modifier-border-focus: var(--accent-color);
--background-modifier-border: var(--accent-color-trans);
--background-modifier-hover: var(--accent-color-trans);

--accent-color: var(--osrs-orange);
--accent-color-trans: var(--osrs-pen-orange-trans);
color: white;
--hr-color: var(--accent-color);
}
Expand Down

0 comments on commit a911930

Please sign in to comment.