Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 93eb60b

Browse files
Update legal.less
Update legal syles
1 parent 2dc240c commit 93eb60b

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

src/static/css/legal.less

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ section{
55
color: rgb(193, 187, 177);
66
line-height: 1.7;
77
word-wrap: break-word;
8-
text-align: justify;
98
font-family: helvetica neue,Helvetica,Arial,sans-serif;
109
font-size: 1.125rem;
1110
}
@@ -17,6 +16,7 @@ section h1{
1716
}
1817

1918
section p{
19+
text-align: justify;
2020
font-size: 1rem;
2121
margin-bottom: 10px;
2222
}
@@ -33,4 +33,41 @@ section a:hover{
3333

3434
section ul{
3535
margin-left: 20px;
36-
}
36+
}
37+
38+
section ol{
39+
margin-left: 20px;
40+
}
41+
42+
table {
43+
width: 100%
44+
}
45+
46+
td.align-right {
47+
text-align: right;
48+
}
49+
50+
#not-valid {
51+
width: 100%;
52+
background-color: red;
53+
text-align: center;
54+
font-size: 38px;
55+
color: white;
56+
}
57+
#redirect {
58+
width: 100%;
59+
background-color: darkred;
60+
text-align: center;
61+
font-size: 18px;
62+
color: white;
63+
}
64+
65+
#redirect:hover {
66+
background-color: maroon;
67+
transition: 0.2s ease-in-out;
68+
}
69+
70+
div.revision {
71+
border: 1px darkcyan solid;
72+
padding: 5px;
73+
}

0 commit comments

Comments
 (0)