Bugfixes and Bootstrap 5 finalized
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
.context-main-bg {
|
||||
background-color: #2c2c2c;
|
||||
}
|
||||
.context-second-bg {
|
||||
background-color: #1e1e1e;
|
||||
}
|
||||
.bg-default {
|
||||
background-color: #2c2c2c;
|
||||
}
|
||||
@ -109,8 +112,6 @@ body {
|
||||
*/
|
||||
.b-example-divider {
|
||||
background-color: rgba(255, 255, 255, .1);
|
||||
border: solid rgba(255, 255, 255, .15);
|
||||
box-shadow: inset 0 .5em 1.5em rgba(255, 255, 255, .1), inset 0 .125em .5em rgba(255, 255, 255, .15);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -124,4 +125,4 @@ body {
|
||||
}
|
||||
.text-shadow-3 {
|
||||
text-shadow: 0 .5rem 1.5rem rgba(255, 255, 255, .25);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user