mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 13:50:38 -04:00
color updates
This commit is contained in:
parent
f7e029daff
commit
e1d0bb594a
1 changed files with 10 additions and 10 deletions
|
@ -25,10 +25,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-content {
|
.notification-content {
|
||||||
background: @cc-bg;
|
background: @color1;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 2px solid #34548a;
|
border: 2px solid @color7;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,9 +92,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-reply-entry {
|
.inline-reply-entry {
|
||||||
background: @noti-bg-darker;
|
background: @color1;
|
||||||
color: @text-color;
|
color: @color7;
|
||||||
caret-color: @text-color;
|
caret-color: @color7;
|
||||||
border: 1px solid @color7;
|
border: 1px solid @color7;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: rgba(158, 206, 106, 1);
|
color: @color7;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -144,12 +144,12 @@
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: @text-color;
|
color: @color6;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center {
|
.control-center {
|
||||||
background: @color2;
|
background: @background;
|
||||||
border: 2px solid @color6;
|
border: 2px solid @color6;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -272,7 +272,7 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px 10px 10px 10px;
|
margin: 5px 10px 10px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: @color2;
|
background: @background;
|
||||||
border: 2px solid @color7;
|
border: 2px solid @color7;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -286,7 +286,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-buttons-grid > flowbox > flowboxchild > button:hover {
|
.widget-buttons-grid > flowbox > flowboxchild > button:hover {
|
||||||
background: @color1;
|
background: @color2;
|
||||||
color: @color6;
|
color: @color6;
|
||||||
border: 2px solid @color7;
|
border: 2px solid @color7;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue