This commit is contained in:
parent
f7e19d597b
commit
b9fd027a9f
2
base.css
2
base.css
@ -99,7 +99,7 @@ main{
|
||||
}
|
||||
.item-table{
|
||||
display: table;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
box-sizing: content-box;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
3
dark.css
3
dark.css
@ -3,6 +3,9 @@ body{
|
||||
background-color: #050506;
|
||||
border-color: #696969;
|
||||
}
|
||||
a{
|
||||
color: #9090f0;
|
||||
}
|
||||
.header, .nav{
|
||||
background-color: #1d1d1e;
|
||||
}
|
||||
|
@ -36,7 +36,7 @@
|
||||
<div><h1>{{ .Data.About.Title }}</h1></div>
|
||||
</div>
|
||||
<div class="item-table-half">
|
||||
<div><h1>Email: <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a></h1></div>
|
||||
<div><h6>Email: <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a></h6></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user