Restyled applications page
This commit is contained in:
@@ -5,12 +5,16 @@
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
#container {
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
margin-top: 10%;
|
||||
}
|
||||
#links {
|
||||
line-height: 1.75rem;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding-top: 4rem;
|
||||
@@ -25,11 +29,22 @@
|
||||
margin-right: auto;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.app-link {
|
||||
width: 80%;
|
||||
padding: .25rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.link a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-family: Verdana;
|
||||
}
|
||||
.app-link a {
|
||||
font-family: sans;
|
||||
}
|
||||
.link:hover {
|
||||
border-left-color: grey;
|
||||
border-left-style: solid;
|
||||
@@ -38,6 +53,11 @@
|
||||
border-right-style: solid;
|
||||
border-right-width: 2px;
|
||||
}
|
||||
.app-link .subtitle {
|
||||
font-style: italic;
|
||||
font-size: .9rem;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
#logo {
|
||||
width: 80px;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user