Fixed missing semicolons in less
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
color: @cryptpad_header_col;
|
||||
}
|
||||
p {
|
||||
color: @cryptpad_text_col
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
#zeroknowledge {
|
||||
width: 65%;
|
||||
|
||||
Reference in New Issue
Block a user