summaryrefslogtreecommitdiff
path: root/assets/sass/main.sass
blob: 6c74fbe5d73f36147342f2437bfd1b1bf6517d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import "_bootstrap"
@import "_models"

body
  background-color: #f3f4f6

@media (max-width: 768px)
  .w-90p
    max-width: 90%

.border-1
  border-width: 1px

html.dark-mode
  body
    background-color: #111827

  .dark\:border-b-1
    border-bottom-width: 1px