21 lines
1.0 KiB
CSS
Executable File
21 lines
1.0 KiB
CSS
Executable File
@charset "utf-8";
|
|
body{display: flex;min-height: 100vh;flex-direction: column;}
|
|
nav{background-color: #C74ED4;}
|
|
main {flex: 1 0 auto;}
|
|
footer{padding-bottom: 0;margin-bottom: 0;}
|
|
.footers{background-color: #9DB352;padding-top: 2em;padding-bottom: 2em;}
|
|
.button{background-color: #C74ED4;color: #131A20;}
|
|
.title{background-color: #3C5D79;}
|
|
.title_text{color: #559AD3;}
|
|
.sub_text{color: #131A20;}
|
|
.collapsible-header{color: black;}
|
|
.about{color: white;}
|
|
.about-dropdown{background-color: #C74ED4;}
|
|
.about-link:hover{background-color: rgba(0, 0, 0, 0.1);}
|
|
.about-link.active{background-color: rgba(0, 0, 0, 0.1);}
|
|
.about-link.active:hover{background-color: rgba(0, 0, 0, 0.2);}
|
|
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected{background-color: #C74ED4;}
|
|
.container.foot{padding-bottom: 0;margin-bottom: 0;}
|
|
#title_header{padding-top: 0.05em;font-family: 'Architects Daughter', cursive;}
|
|
#title_footer{font-family: 'Gloria Hallelujah', cursive;padding-bottom: 0.7em;}
|
|
#twitter{padding-left: 2em;} |