mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Fixed CSS errors
This commit is contained in:
parent
56eaa8a793
commit
d23da91101
@ -128,7 +128,7 @@ a:hover {
|
|||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
// for links in running text
|
/* for links in running text */
|
||||||
a.textlink {
|
a.textlink {
|
||||||
color: var(--text-color-focus);
|
color: var(--text-color-focus);
|
||||||
}
|
}
|
||||||
|
@ -101,11 +101,11 @@ div.footer div:nth-child(3) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.footer span a {
|
div.footer span a {
|
||||||
//padding-left:20px;
|
/*padding-left:20px;*/
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size:contain;
|
background-size:contain;
|
||||||
background-position:left;
|
background-position:left;
|
||||||
//background-image:url("https://github.com/favicon.ico");
|
/*background-image:url("https://github.com/favicon.ico");*/
|
||||||
}
|
}
|
||||||
|
|
||||||
div.footer input {
|
div.footer input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user