Skip to content

Commit aafd8bf

Browse files
committed
Tiled lists (#60)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 1d8f6b9 commit aafd8bf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/dark-common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ button:not(.md-button):hover {
4949
}
5050
button.color{background:#00A185;color:#fffc;font-weight:bold;padding:10px;font-size:16px}
5151
button.color:hover{background:#ffffffb3;color:#00A185}
52+
ul.tiled li p {
53+
color: #fff!important;
54+
}
5255
.header, header {
5356
background: #00A18570!important;
5457
}

css/page-common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ul.tiled li{
154154
border-radius: 5px;
155155
}
156156
ul.tiled li:hover{box-shadow:0px 0px 25px 5px #000}
157-
ul.tiled li p{font-size: 20px;color: #fff;line-height:1px;margin-left:5px;margin-right:5px}
157+
ul.tiled li p{font-size: 20px;color: #fff;line-height:25px;text-align:center;margin-left:5px;margin-right:5px}
158158
ul.tiled li i{position:relative;top:5px;color:#fff;font-size:32px}
159159

160160
ul.tiled.longcard li{width: 315px;height: 70px;}

0 commit comments

Comments
 (0)