diff --git a/config/assets/js/config.js b/config/assets/js/config.js index 35d7ba2..d6c7c21 100644 --- a/config/assets/js/config.js +++ b/config/assets/js/config.js @@ -21,7 +21,6 @@ function getFromElements() { style: { accentColor: document.getElementById("accentColor").value, backgroundColor: document.getElementById("backgroundColor").value, - headerFontColor: document.getElementById("headerFontColor").value, fontColor: document.getElementById("fontColor").value }, settings: { diff --git a/config/index.html b/config/index.html index 3e43d7f..e049210 100644 --- a/config/index.html +++ b/config/index.html @@ -58,7 +58,6 @@
Style
Accent Color
Background Color
-
Header Font Color
Font Color
@@ -83,10 +82,10 @@
Changelog

Updates for v1.3.0:

diff --git a/panel/css/panel.css b/panel/css/panel.css index ef67aec..67eccfc 100644 --- a/panel/css/panel.css +++ b/panel/css/panel.css @@ -1,10 +1,22 @@ -@font-face { font-family: "Inter"; src: url(../../shared/fonts/Inter.ttf); } @font-face { font-family: "Roobert"; src: url(../../shared/fonts/Roobert-Regular.otf); } @font-face { font-family: "Montserrat"; src: url(../../shared/fonts/Montserrat.ttf); } +@font-face { + font-family: "Inter"; + src: url(../../shared/fonts/Inter.ttf); +} + +@font-face { + font-family: "Roobert"; + src: url(../../shared/fonts/Roobert-Regular.otf); +} + +@font-face { + font-family: "Montserrat"; + src: url(../../shared/fonts/Montserrat.ttf); +} :root { --accent-color: #ff3b3e; --background-color: #1F1F1F; --font-color: #F1F1F1; - --header-font-color: #FFFFFF; } html { @@ -38,12 +50,16 @@ h2 { } h3 { + width: fit-content; + margin: auto; + margin-bottom: 10px; color: var(--font-color); font-size: 4vw; - padding: 2vw; font-family: 'Montserrat', serif; - font-weight: 600; - border-bottom: 0.75vw solid var(--accent-color); + font-weight: 300; + background: var(--accent-color); + border-radius: 10vw; + padding: 5px 10px; } a.button { @@ -79,7 +95,7 @@ a.button { padding-bottom: 20px; box-shadow: 0px 2px 8px rgb(0,0,0,0.5); background: var(--accent-color); - color: var(--header-font-color); + color: var(--font-color); } #channelInfo h1 { diff --git a/panel/index.html b/panel/index.html index fae06c2..392817a 100644 --- a/panel/index.html +++ b/panel/index.html @@ -9,6 +9,7 @@ + +

My Emotes

+