Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
44f995a
1
Parent(s):
4300454
bugfix: fix minor bugs
Browse files- css/style.css +2 -2
css/style.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
color: #fff;
|
3 |
background: #f3b868 ;
|
4 |
border-radius: 8px ;
|
5 |
-
border:
|
6 |
margin: 5px;
|
7 |
}
|
8 |
|
@@ -10,7 +10,7 @@
|
|
10 |
color: #fff;
|
11 |
background: #f3b868 ;
|
12 |
border-radius: 8px ;
|
13 |
-
border:
|
14 |
margin: 5px;
|
15 |
}
|
16 |
|
|
|
2 |
color: #fff;
|
3 |
background: #f3b868 ;
|
4 |
border-radius: 8px ;
|
5 |
+
border: 4px solid transparent;
|
6 |
margin: 5px;
|
7 |
}
|
8 |
|
|
|
10 |
color: #fff;
|
11 |
background: #f3b868 ;
|
12 |
border-radius: 8px ;
|
13 |
+
border: 4px solid transparent;
|
14 |
margin: 5px;
|
15 |
}
|
16 |
|