mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-23 05:22:58 +00:00
few changes
This commit is contained in:
@@ -384,12 +384,37 @@
|
|||||||
background-image: @backgroundImageAltDark;
|
background-image: @backgroundImageAltDark;
|
||||||
color:#ddd;
|
color:#ddd;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color:@blueLight;
|
color:#aaf;
|
||||||
border-color: @blue;
|
border-color: #aaf;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea, select {
|
input, textarea, select {
|
||||||
background-color:#ddd;
|
background-color:#333;
|
||||||
|
color:#eee;
|
||||||
|
border-color:#eee;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color:#aaa;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-container, .item {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: @blueLight;
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: #cb8ad8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbnail-preview[src="/client/homebrew/thumbnail.png"] {
|
||||||
|
filter:invert(.8);
|
||||||
|
}
|
||||||
|
button.publish {
|
||||||
|
.colorButton(#3137de) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user