We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3971a commit 3700100Copy full SHA for 3700100
style.css
@@ -1,3 +1,6 @@
1
+body{
2
+ background:#80cbc4;
3
+}
4
a{
5
text-decoration: none;
6
cursor: pointer;
@@ -26,4 +29,17 @@ a{
26
29
padding: 0px 10px;
27
30
border-radius: 50%;
28
31
color: white;
32
33
+.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating){
34
+ color:teal;
35
+ text-decoration: underline;
36
37
+.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover{
38
+ color: red;
39
40
+.dropdown-menu{
41
+ width: 230px !important;
42
+ top:4.7rem !important;
43
+ border-radius: 10px !important;
44
+ height: 20rem !important;
45
}
0 commit comments