li-dance-backoffice/src/styles.scss

28 lines
417 B
SCSS
Raw Normal View History

2022-11-30 15:26:46 +01:00
/* Provide sufficient contrast against white background */
@import "~bootstrap-icons/font/bootstrap-icons.css";
a {
color: #0366d6;
}
code {
color: #e01a76;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
html,
body {
height: 100%;
}
body {
background-color: rgb(245, 126, 32);
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}