Improved Links
This commit is contained in:
parent
7390bcbc01
commit
85f1ce262a
14 changed files with 461 additions and 315 deletions
|
@ -153,12 +153,14 @@ button {
|
|||
|
||||
p a {
|
||||
text-align: justify;
|
||||
text-decoration: underline;
|
||||
color: #94a1b2;
|
||||
text-decoration: none;
|
||||
color: #91c4ff;
|
||||
border-bottom: 1px solid navy;
|
||||
}
|
||||
p a:hover {
|
||||
color: rgb(225, 59, 59);
|
||||
border-bottom: 1px solid #91c4ff;
|
||||
}
|
||||
.svg-inline--fa,
|
||||
b {
|
||||
color: #91c4ff;
|
||||
}
|
||||
|
@ -259,9 +261,15 @@ b {
|
|||
color: #2a2a2a;
|
||||
}
|
||||
a {
|
||||
display: inline;
|
||||
color: rgb(225, 223, 210);
|
||||
}
|
||||
|
||||
a svg.left {
|
||||
margin-right: 2px;
|
||||
}
|
||||
a svg.right {
|
||||
margin-left: 6px;
|
||||
}
|
||||
.raster {
|
||||
width: 300px;
|
||||
height: 350px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue