We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65db17c commit 192487dCopy full SHA for 192487d
1 file changed
css/style.css
@@ -1,5 +1,6 @@
1
* {
2
box-sizing: border-box;
3
+ user-select: none;
4
}
5
:root {
6
--x: 0;
@@ -100,10 +101,7 @@ button::after {
100
101
text-decoration: none;
102
border-bottom: 1px dashed rgb(204, 204, 204);
103
border-top: 1px dashed rgb(204, 204, 204);
- /* border-bottom: 1px dashed rgb(44, 44, 44); */
104
- /* border-top: 1px dashed rgb(44, 44, 44); */
105
padding: 4px 0;
106
- /* color: rgba(44, 44, 44, 0.525); */
107
color: rgba(204, 204, 204, 0.414);
108
font-family: monospace;
109
font-style: italic;
@@ -112,6 +110,5 @@ button::after {
112
110
113
111
114
.MDJAmin:hover {
115
- /* color: #000000; */
116
color: white;
117
0 commit comments