mirror of
https://github.com/h44z/wg-portal.git
synced 2025-07-15 17:46:58 +00:00
5 lines
81 B
CSS
5 lines
81 B
CSS
|
a.disabled {
|
||
|
pointer-events: none;
|
||
|
cursor: default;
|
||
|
color: #888888;
|
||
|
}
|