mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
15 lines
232 B
CSS
15 lines
232 B
CSS
.textOnlyButton {
|
|
cursor: pointer;
|
|
border: 0;
|
|
background-color: inherit;
|
|
color: inherit;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.dotted {
|
|
text-decoration-style: dotted;
|
|
text-decoration-line: underline;
|
|
text-decoration-thickness: 2px;
|
|
}
|