mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
Cleaning up the icons and added a fall back color for the pages
This commit is contained in:
@@ -12,12 +12,15 @@
|
||||
line-height: 30px;
|
||||
font-size: 1.5em;
|
||||
|
||||
&:nth-child(1){ background-color: @blue; }
|
||||
&:nth-child(2){ background-color: @orange; }
|
||||
&:nth-child(3){ background-color: @red; }
|
||||
&:nth-child(4){ background-color: @yellow; }
|
||||
&:nth-child(5){ background-color: @purple; }
|
||||
&:nth-child(6){ background-color: @green; }
|
||||
&:nth-child(8n + 1){ background-color: @blue; }
|
||||
&:nth-child(8n + 2){ background-color: @orange; }
|
||||
&:nth-child(8n + 3){ background-color: @teal; }
|
||||
&:nth-child(8n + 4){ background-color: @red; }
|
||||
&:nth-child(8n + 5){ background-color: @purple; }
|
||||
&:nth-child(8n + 6){ background-color: @silver; }
|
||||
&:nth-child(8n + 7){ background-color: @yellow; }
|
||||
&:nth-child(8n + 8){ background-color: @green; }
|
||||
|
||||
}
|
||||
}
|
||||
textarea{
|
||||
|
||||
Reference in New Issue
Block a user