Skip to content

Commit

Permalink
Update MMM-MyPrayerTimes.css
Browse files Browse the repository at this point in the history
  • Loading branch information
htilburgs authored Mar 21, 2019
1 parent 85f2460 commit dc94cc1
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions MMM-MyPrayerTimes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//-------------------------------------------
MMM-MyPrayerTime - CSS
MMM-MyPrayerTimes - CSS
Copyright (C) 2019 - H. Tilburgs
MIT License
//-------------------------------------------
Expand All @@ -10,40 +10,39 @@ Use any colors you want! Go to - "http://htmlcolorcodes.com/color-picker/"
Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/

.MMM-MyPrayerTime .header{
.MMM-MyPrayerTimes .header{
color: white; /* Header color. Default is white. */
text-align: left; /* Align header text. (left, center, right) */
}

.MMM-MyPrayerTime .Fajr {
.MMM-MyPrayerTimes .Fajr {
color: white; /* Color the Fajr. Default is white. */
}

.MMM-MyPrayerTime. .Sunrise {
.MMM-MyPrayerTimes. .Sunrise {
color: white; /* Color the Sunrise. Default is white. */
}

.MMM-MyPrayerTime .Dhuhr {
.MMM-MyPrayerTimes .Dhuhr {
color: white; /* Color the Dhuhr. Default is white. */
}

.MMM-MyPrayerTime .Asr {
.MMM-MyPrayerTimes .Asr {
color: white; /* Color the Asr. Default is white. */
}

.MMM-MyPrayerTime .Sunset {
.MMM-MyPrayerTimes .Sunset {
color: white; /* Color the Sunset. Default is white. */
}

.MMM-MyPrayerTime .Maghrib {
.MMM-MyPrayerTimes .Maghrib {
color: white; /* CColor the Maghrib. Default is white. */
}

.MMM-MyPrayerTime .Isha {
.MMM-MyPrayerTimes .Isha {
color: white; /* Color the Isha. Default is white. */
}

.MMM-MyPrayerTime .Midnight {
.MMM-MyPrayerTimes .Midnight {
color: white; /* Color the Midnight. Default is white. */
}

0 comments on commit dc94cc1

Please sign in to comment.