mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update style.css
This commit is contained in:
parent
dcda265d83
commit
9c6d27f300
46
style.css
46
style.css
@ -3,38 +3,38 @@
|
|||||||
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css');
|
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css');
|
||||||
@keyframes loadInAnimation {
|
@keyframes loadInAnimation {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
opacity: 100;
|
opacity: 100 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--inputbg: #3c096c;
|
--inputbg: #3c096c !important;
|
||||||
--inputborder: #5a189a;
|
--inputborder: #5a189a !important;
|
||||||
--uibg: #240046;
|
--uibg: #240046 !important;
|
||||||
--textcolor: #fff;
|
--textcolor: #fff !important;
|
||||||
--bg: #10002b;
|
--bg: #10002b !important;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s !important;
|
||||||
outline: none;
|
outline: none !important;
|
||||||
border: none;
|
border: none !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box !important;
|
||||||
align-content: center;
|
align-content: center !important;
|
||||||
text-align: center;
|
text-align: center !important;
|
||||||
font-family: 'Prompt', sans-serif;
|
font-family: 'Prompt', sans-serif !important;
|
||||||
color: var(--textcolor);
|
color: var(--textcolor) !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
padding: 0;
|
padding: 0 !important;
|
||||||
background: var(--bg);
|
background: var(--bg) !important;
|
||||||
color: var(--textcolor);
|
color: var(--textcolor) !important;
|
||||||
background-position: center;
|
background-position: center !important;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat !important;
|
||||||
background-size: cover;
|
background-size: cover !important;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed !important;
|
||||||
}
|
}
|
||||||
header,
|
header,
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user