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