Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit bc9217a

Browse files
authored
Merge pull request #119 from RyanLua/resources-page
Fix resources page colors
2 parents a9c2c67 + 028e599 commit bc9217a

3 files changed

Lines changed: 60 additions & 2 deletions

File tree

src/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "__MSG_application_title__",
44
"description": "__MSG_application_description__",
55
"homepage_url": "https://classroomdarkmode.ryanluu.dev/",
6-
"version": "0.1.6",
6+
"version": "0.1.7",
77
"default_locale": "en_US",
88
"icons": {
99
"16": "images/icon-16.png",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "__MSG_application_title__",
44
"description": "__MSG_application_description__",
55
"homepage_url": "https://classroomdarkmode.ryanluu.dev/",
6-
"version": "0.1.6",
6+
"version": "0.1.7",
77
"default_locale": "en_US",
88
"icons": {
99
"16": "images/icon-16.png",

src/style.css

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,6 +1780,64 @@ input.tAUuQ {
17801780
background: var(--bg-color) !important;
17811781
}
17821782

1783+
/* Resources Page */
1784+
.YXlSVc {
1785+
border-color: var(--bd-color) !important;
1786+
background-color: white !important;
1787+
}
1788+
1789+
.U4nGSe {
1790+
color: var(--bg-secondary-color) !important;
1791+
}
1792+
1793+
.Usd1Ac {
1794+
background-color: var(--bg-color) !important;
1795+
border-color: var(--bd-color) !important;
1796+
}
1797+
1798+
.sCAI4d {
1799+
border-color: var(--bd-color) !important;
1800+
background-color: var(--bg-color) !important;
1801+
}
1802+
1803+
.IxWunc.IxWunc.IxWunc {
1804+
background-color: var(--gray-hover) !important;
1805+
}
1806+
1807+
.CWLF1e {
1808+
color: var(--font-color) !important;
1809+
}
1810+
1811+
.hmG2yf:hover {
1812+
box-shadow: 0 1px 2px 0 var(--shadow-medium), 0 2px 6px 2px var(--shadow-medium) !important;
1813+
}
1814+
1815+
.Rvesne {
1816+
background-color: var(--bg-color) !important;
1817+
}
1818+
1819+
.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-IhFlZd,
1820+
.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-f7MjDc {
1821+
color: var(--font-color) !important;
1822+
}
1823+
1824+
/* Practice set */
1825+
html .mat-mdc-outlined-button.mat-primary {
1826+
--mdc-outlined-button-outline-color: var(--bd-color) !important;
1827+
}
1828+
1829+
.mat-mdc-card {
1830+
background-color: var(--bg-color) !important;
1831+
}
1832+
1833+
button[_ngcontent-ng-c3487231784] {
1834+
color: var(--font-color) !important;
1835+
}
1836+
1837+
.prompt-message[_ngcontent-ng-c888528256] {
1838+
color: var(--font-color) !important;
1839+
}
1840+
17831841
/* Embed background */
17841842
iframe {
17851843
color-scheme: light;

0 commit comments

Comments
 (0)