mirror of https://gitlab.com/bashrc2/epicyon
Remove background
parent
774546854f
commit
7e19791643
|
|
@ -394,7 +394,6 @@ a:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: var(--profile-text-align);
|
text-align: var(--profile-text-align);
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
background-color: #141414;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.profileHeader .title {
|
.profileHeader .title {
|
||||||
|
|
@ -1080,7 +1079,6 @@ div.container {
|
||||||
.profileHeader img.vcard {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size);
|
width: var(--vcard-icon-size);
|
||||||
float: right;
|
float: right;
|
||||||
background-color: var(--main-bg-color);
|
|
||||||
}
|
}
|
||||||
.followText {
|
.followText {
|
||||||
font-size: var(--follow-text-size1);
|
font-size: var(--follow-text-size1);
|
||||||
|
|
@ -1848,7 +1846,6 @@ div.container {
|
||||||
.profileHeader img.vcard {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size-mobile);
|
width: var(--vcard-icon-size-mobile);
|
||||||
float: right;
|
float: right;
|
||||||
background-color: var(--main-bg-color);
|
|
||||||
}
|
}
|
||||||
.accountsTable {
|
.accountsTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -2588,7 +2585,6 @@ div.container {
|
||||||
.profileHeader img.vcard {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size-tiny);
|
width: var(--vcard-icon-size-tiny);
|
||||||
float: right;
|
float: right;
|
||||||
background-color: var(--main-bg-color);
|
|
||||||
}
|
}
|
||||||
.accountsTable {
|
.accountsTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue