Add discord98.css

This commit is contained in:
u68467 2025-02-13 13:01:10 +01:00
parent e39840e2e8
commit b3c4b9e87d

29
discord98.css Normal file
View File

@ -0,0 +1,29 @@
/**
* @name Windows 98 Retro Theme for Discord
* @description A custom theme inspired by Windows 98 (Chicago) using 98.css.
* @author YourName
* @version 1.0.0
*/
@import url('https://unpkg.com/98.css');
/* Override Discords backdrop with a flat Windows 98 grey */
#app-mount {
background: #c0c0c0 !important;
}
/* Use 98.css font and border styles for buttons */
button, .button {
font-family: "MS Sans Serif", sans-serif !important;
border: 2px outset #fff !important;
background: linear-gradient(to bottom, #e0e0e0, #c0c0c0) !important;
}
/* Customize modals to have a vintage window look */
.root__49fc1 {
border: 2px solid #fff !important;
box-shadow: 2px 2px 0 #000 !important;
background: #d4d0c8 !important; /* Typical Windows 98 window background */
}
/* Additional overrides can be added for sidebars, inputs, and other components */