mirror of https://gitlab.com/bashrc2/epicyon
Untabify
parent
1943419e27
commit
af6d80d0a9
|
@ -199,6 +199,7 @@ a:link {
|
|||
background-color: #ddd;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.hero-text button:hover {
|
||||
|
@ -215,6 +216,7 @@ a:link {
|
|||
}
|
||||
|
||||
.button span {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
@ -222,6 +224,7 @@ a:link {
|
|||
}
|
||||
|
||||
.button span:after {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
content: '\00bb';
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
@ -240,6 +243,7 @@ a:link {
|
|||
}
|
||||
|
||||
.buttonselected span {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
@ -247,6 +251,7 @@ a:link {
|
|||
}
|
||||
|
||||
.buttonselected span:after {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
content: '\00bb';
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
@ -346,7 +351,6 @@ a:link {
|
|||
|
||||
.pgp {
|
||||
font-size: var(--font-size5);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: var(--main-link-color);
|
||||
font-family: 'monospace';
|
||||
}
|
||||
|
@ -432,6 +436,7 @@ a:link {
|
|||
width: 10%;
|
||||
height: 30px;
|
||||
background-color: var(--button-background);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
|
|
Loading…
Reference in New Issue