Omnibus commited on
Commit
b4824b8
1 Parent(s): be390d1

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -1
style.css CHANGED
@@ -43,9 +43,12 @@ p {
43
  margin-bottom: 0;
44
  }
45
  #link_class {
46
- padding: 3;
47
  border-radius: 5px;
48
  background: aliceblue;
49
  width: 100%;
50
  margin: 2px;
 
 
 
51
  }
 
43
  margin-bottom: 0;
44
  }
45
  #link_class {
46
+ padding: 5px;
47
  border-radius: 5px;
48
  background: aliceblue;
49
  width: 100%;
50
  margin: 2px;
51
+ text-decoration: none;
52
+ font-family: system-ui;
53
+ }
54
  }