31 lines
570 B
Text
31 lines
570 B
Text
a
|
|
color: #00a6f9
|
|
&:hover
|
|
color: #0084d6
|
|
|
|
[class^="openwebicons-"], [class*=" openwebicons-"]
|
|
text-decoration: none
|
|
line-height: 1
|
|
|
|
body
|
|
background-color: #1d1f21
|
|
color: #c9cacc
|
|
display: flex
|
|
flex-direction: column
|
|
min-height: 100vh
|
|
> main
|
|
flex: 1
|
|
margin: 2em
|
|
> footer
|
|
text-align: center
|
|
padding-bottom: 1em
|
|
display: flex
|
|
justify-content: space-evenly
|
|
margin: auto 1em
|
|
#navbar
|
|
justify-content: space-between
|
|
.breadcrumb
|
|
background-color: #404449
|
|
border-radius: 0
|
|
.breadcrumb-item.active
|
|
color: #fff
|