Skip to content

Commit 8c85980

Browse files
committed
style effects
1 parent 9584b0b commit 8c85980

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

documentation/html/extra-styles.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@CHARSET "UTF-8";
22
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina|Fredoka+One');
33

4+
body, table, div, p, dl {
5+
font: 400 13px/21px Roboto,sans-serif;
6+
}
7+
48
#projectname
59
{
610
font: 300% 'Baloo Bhaina', cursive !important;
@@ -12,6 +16,7 @@
1216
font-size: 12px;
1317
margin: 0px;
1418
padding: 0px;
19+
margin-top: -30px;
1520
}
1621

1722
#projectnumber
@@ -47,8 +52,11 @@
4752
border-bottom: 1px solid #395D54;
4853
}
4954
..memtitle{
50-
font-weight: 600;
51-
font-size: 120%;
55+
font-weight: 600 !important;
56+
font-size: 120% !important;
57+
background-color: #F1E2D3;
58+
background-image: none;
59+
color: #935B38;
5260
}
5361
.memdoc p{
5462
color: #357B74;

0 commit comments

Comments
 (0)