Simple darker theme with nice pinkish text (you can change under the body section in the css to any colour you want) to read the holy Quran
Quran.com Darker Dark Theme by ibrahim60
Details
Authoribrahim60
LicenseNo License
Categoryquran.com
Created
Updated
Size521 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
simple to edit. just click the little colour icon next to the stuff to change the colour or enter in a hex code
[data-theme=dark] {
--color-background-default: #070707; <-- this is the background colour
--color-background-elevated: #0f0f0f; <-- this is the header colour top of page
}
body {
color: #ddc9db; <-- this is the text colour
}
Source code
/* ==UserStyle==
@name Quran.com Darker Dark Theme
@version 20220405.15.19
@namespace userstyles.world/user/ibrahim60
@description Simple darker theme with nice pinkish text (you can change under the body section in the css to any colour you want) to read the holy Quran
@author ibrahim60
@license No License
==/UserStyle== */
@-moz-document domain("quran.com") {
[data-theme=dark] {
--color-background-default: #070707;
--color-background-elevated: #0f0f0f;
}
body {
color: #ddc9db;
}
}