Skip to content

Commit

Permalink
Add new color properties to CSS classes
Browse files Browse the repository at this point in the history
Several new color properties have been added to various CSS classes and IDs. These changes aim to enhance the visual aspects and readability of the application. The colors are being drawn from already defined color variables for consistency across the design.
  • Loading branch information
arty01238 committed Jan 1, 2024
1 parent 2d03f73 commit 1663fd7
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,85 @@ body

}

.username_d30d99
{
color: var(--Unread-Chan-Font-Colour);
}

.name__8d1ec
{
color: var(--main-color);
}

.overflow__87fe8
{
color: var(--text-muted);
}

.name_c08dbc
{
color: var(--main-color);
}

.icon_eff5d4
{
color: var(--text-muted);
}

.name__02dbd
{
color: var(--main-color);
}

.linkButtonIcon__2f35b
{
color: var(--Muted-Channel-Text);
}

.username__81ee6
{
color: var(--Category-Font-Colour);
}

.theme-dark
{
color: var(--background-primary);
}

.container__11d72 *
{
color: #593695;
}

.item__48dda
{
color: var(--main-color);
}

element.style
{
color: var(--main-color);
}

.button_afdfd9 .contents_fb6220
{
color: var(--muted-color);
}

.app_de4237 button
{
color: var(--text-muted);
}

/*Title Bar Text (Could Be Removed If You Learn To Hate It) */
#app-mount .typeWindows__5fa63
{
background-color: rgba(234, 164, 255, 0.73);
border-bottom: 2px solid var(--primary3-colour);
height: 30px;
margin: 0px;
}

/* Title Bar Text (Could Be Removed If You Learn To Hate It) */
#app-mount .typeWindows__5fa63
{
Expand Down

0 comments on commit 1663fd7

Please sign in to comment.