style: format code with prettier
This commit is contained in:
parent
c496f3b4dd
commit
68fe214dbd
@ -229,11 +229,7 @@
|
||||
|
||||
/* Search */
|
||||
div[class*="bg-gray-700"] {
|
||||
background-color: if(
|
||||
@lookup = latte,
|
||||
@base,
|
||||
@surface0
|
||||
) !important;
|
||||
background-color: if(@lookup = latte, @base, @surface0) !important;
|
||||
}
|
||||
|
||||
[class*="text-gray-"],
|
||||
@ -293,11 +289,7 @@
|
||||
|
||||
/* Buttons */
|
||||
.btn-neutral {
|
||||
background-color: if(
|
||||
@lookup = latte,
|
||||
@base,
|
||||
@surface1
|
||||
) !important;
|
||||
background-color: if(@lookup = latte, @base, @surface1) !important;
|
||||
color: @text !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user