Skip to content

Commit

Permalink
Update cyber.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Mar 31, 2024
1 parent 2f2ae13 commit 5ad6e7e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/fixations/additions/accents/cyber.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
--accent-selected: rgba(10, 168, 173, 0.616);
--accent-focused: rgba(237, 60, 69, 0.733);
}
.clickable-ZD7xvu .icon-2xnN2Y, .linkButtonIcon-7rsZcu {
.clickable_ce0925 .icon_ae0b42, .linkButtonIcon_cff89e {
color: var(--accent-hover) !important;
}
.iconWrapper-2awDjA .icon-2xnN2Y {
.iconWrapper_de6cd1 .icon_ae0b42 {
color: var(--accent-hover);
}
.stickerIcon-3Jx5SE {
.stickerIcon__3ceda {
color: var(--accent-hover);
}
.icon-1d5zch {
.icon__27d76 {
color: var(--accent-hover);
}
.contents-3ca1mk .button-2fCJ0o .button-3BaQ4X {
.contents-3ca1mk .button__437ce .button__493d9 {
color: var(--accent-hover);
}
.buttonWrapper-3YFQGJ {
.buttonWrapper_bd4bd7 {
color: var(--accent-hover);
}
.theme-dark .button-12Fmur {
.theme-dark .button_ae40a4 {
color: var(--accent-hover) !important;
}
.theme-dark {
Expand All @@ -37,17 +37,17 @@
.theme-light {
--text-normal: rgba(26, 60, 61, 0.849);
}
.theme-dark .channelName-3KPsGw, .theme-dark .searchBarComponent-3N7dCG, .theme-dark .public-DraftEditorPlaceholder-inner, .icon-18rqoe {
.theme-dark .channelName-3KPsGw, .theme-dark .searchBarComponent__8f95f, .theme-dark .public-DraftEditorPlaceholder-inner, .icon__5c8c7 {
color: rgba(148, 251, 255, 0.849) !important;
}
.theme-dark .name-2m3Cms {
.theme-dark .name_f842e4 {
color: rgb(169, 247, 250);
}

::-webkit-scrollbar-thumb {
background-color: var(--accent) !important;
}

.item-2LIpTv {
.item_f9d377 {
background-color: var(--accent-focused) !important;
}
}

0 comments on commit 5ad6e7e

Please sign in to comment.