Get BI icons working

This commit is contained in:
nathan 2025-02-06 09:58:10 -07:00
parent b597bee7a1
commit e42d35a1a4
2 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* Note that light / dark colors should go in kdots_light.less & kdots_dark.less
*/
/** Theme customisations **/
@import "../../node_modules/bootstrap-icons/font/bootstrap-icons.min.css";
:root,
:host,
html,
@ -74,6 +75,12 @@ html[data-darkmode="1"] .nextmatch_sortheader,
color: #96bcd9;
}
/** End theme customisations **/
/* BI icons */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
vertical-align: middle;
}
html,
body {
width: 100vw;

View File

@ -10,6 +10,15 @@
@import "./less/dark.less";
/** End theme customisations **/
/* BI icons */
@import "../../node_modules/bootstrap-icons/font/bootstrap-icons.min.css";
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
vertical-align: middle;
}
html, body {
width: 100vw;
height: 100vh;