From 694727c1fa56358924f28d557cbed59c22d880e8 Mon Sep 17 00:00:00 2001 From: Sophie Axebane Date: Mon, 5 Jun 2023 14:41:28 -0500 Subject: [PATCH] Add style for "taskbar" buttons --- styles/buttons.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/buttons.css b/styles/buttons.css index e38db11..f67c3b7 100644 --- a/styles/buttons.css +++ b/styles/buttons.css @@ -1,5 +1,5 @@ /* CSS for System64.dev buttons, by IDeletedSystem64. Under MIT License (v4.14.23) */ -/* Heavily based from 98css, Check it out here: https://jdan.github.io/98.css/ */ +/* Loosely based from 98css, Check it out here: https://jdan.github.io/98.css/ */ @import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap'); /* Import dem fonts */ @@ -22,8 +22,9 @@ input.taskbar { background: #c3c3c3; box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf; - font-family: 'Share Tech Mono', monospace; + font-family: 'Share Tech Mono', 'monospace'; font-size: 13pt; + font-weight: bold; height: 27px; min-width: 170px; @@ -33,7 +34,7 @@ input.taskbar { } input.taskbar:active { - background: #acacac url(/img/taskbar/blueberry_pt.png) left no-repeat; + background: #acacac; background-position: 2px; } input:active {