mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-25 15:52:58 +00:00
snippet colors
This commit is contained in:
@@ -269,6 +269,28 @@
|
||||
display : inline-block;
|
||||
grid-area : tags;
|
||||
min-width : 100px;
|
||||
|
||||
span {
|
||||
color:#606060;
|
||||
background-color: hsla(from #c1b673 h s l / 20% );
|
||||
}
|
||||
.type {
|
||||
color:#518251;
|
||||
background-color: hsla(from currentColor h s l / 20% );
|
||||
}
|
||||
.system {
|
||||
color: #c55656;
|
||||
background-color: hsla(from currentColor h s l / 20% );
|
||||
}
|
||||
.group {
|
||||
color : #525252;
|
||||
background-color: hsla(from currentColor h s l / 20% );
|
||||
}
|
||||
.meta {
|
||||
color : #5050b1;
|
||||
background-color: hsla(from currentColor h s l / 20% );
|
||||
}
|
||||
|
||||
}
|
||||
.brewAuthors {
|
||||
display : inline-block;
|
||||
@@ -379,7 +401,6 @@
|
||||
padding : 10px;
|
||||
padding-top : 100px;
|
||||
padding-bottom : 50px;
|
||||
margin : 10px;
|
||||
font-size : 13px;
|
||||
color : white;
|
||||
background-color : grey;
|
||||
|
||||
Reference in New Issue
Block a user