summaryrefslogtreecommitdiff
path: root/assets/sass/main.sass
blob: b9191cb8955ae17216302378c9d640b29678ebd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@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

.max-w-100
  max-width: 100px