Merge branch 'main' into allthebookmarks-com

This commit is contained in:
Joey Kimsey
2024-12-17 23:04:31 -05:00
79 changed files with 2009 additions and 1599 deletions

View File

@ -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);
}
}