-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathuserContent.css
More file actions
30 lines (23 loc) · 1.59 KB
/
userContent.css
File metadata and controls
30 lines (23 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*///////////////////////////////////////////////////////////////////////////////////////\
┏┓┏┓ ┳┳┓ ┏┳┓┳┳┳┓┏┓
┣ ┣ ┃┃┃ ┃ ┃┃┃┃┣┫
┻ ┻ ┗┛┗┛ ┻ ┻┛ ┗┛┗
FF Ultima: https://github.com/soulhotel/FF-ULTIMA
Wiki: https://ff-ultima.github.io/docs/getting-started
Latest Version: https://github.com/soulhotel/FF-ULTIMA/releases/latest
License: https://github.com/soulhotel/FF-ULTIMA/blob/main/LICENSE MPL 2.0
\////////////////////////////////////////////////////////////////////////////////////////*/
/*
- Dont like a websites styling? remove the line associated below.
*/
@import url(theme/website-aboutconfig.css); /* styling for aboutconfig */
@import url(theme/website-aboutaddons.css); /* styling for aboutaddons */
@import url(theme/website-styles.css); /* styling for multiple websites */
@import url(theme/website-newtab.css); /* new tab page */
@import url(theme/website-reddit.css); /* reddit */
@import url(theme/website-yt.css); /* youtube */
@import url(theme/website-private.css); /* private new tab page */
@import url(theme/color-schemes/apply-cs.css); /* import color scheme colors */
@import url(theme/color-schemes/apply-cs-extensions.css); /* apply colors to extensions */
@import url(theme/color-schemes/apply-cs-wallpapers.css); /* apply colors to wallpapers */
@import url(customContent.css);