Skip to content

Commit 60804f1

Browse files
removed dead code
1 parent 0596893 commit 60804f1

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

assets/css/style.css

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -79,36 +79,3 @@ textarea {
7979
font-size: 14px;
8080
margin: -5px 10px 15px;
8181
}
82-
83-
code {
84-
background-color: #4f4e51;
85-
}
86-
87-
ul {
88-
list-style-type: square;
89-
}
90-
91-
a:link {
92-
color: purple;
93-
}
94-
95-
a:visited {
96-
color: hotpink;
97-
}
98-
99-
a:active {
100-
color: red;
101-
}
102-
103-
table {
104-
border-collapse: collapse;
105-
}
106-
107-
th, td {
108-
text-align: left;
109-
padding: 0.7em;
110-
}
111-
112-
table, th, td {
113-
border: 0.35em solid #4f4e51;
114-
}

0 commit comments

Comments
 (0)