next commit
This commit is contained in:
Vendored
+31
-16
@@ -36,15 +36,9 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #f2f2f2;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* h1 {
|
||||
font-size: 20px;
|
||||
@@ -212,21 +206,42 @@ a:hover {
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
|
||||
.Info {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
right: 30%;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 15pt;
|
||||
text-shadow: 1px 1px 5px #FFF;
|
||||
padding: 1rem;
|
||||
right: 30%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.contact {
|
||||
display: inline-block;
|
||||
font-size: x-small;
|
||||
margin-top: auto;
|
||||
font-size: small;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
#navMain {
|
||||
font-size: smaller;
|
||||
top: 40px;
|
||||
left: 20px;
|
||||
right: 30%;
|
||||
display: flexbox;
|
||||
.text-white {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#FFF;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.custom-link-color-force{
|
||||
color:#FFF;
|
||||
background-color: #0F111F;
|
||||
}
|
||||
Reference in New Issue
Block a user