Browse Source

css :straight_ruler:

windhamdavid 4 years ago
parent
commit
86759a4753
3 changed files with 23 additions and 7 deletions
  1. 6 6
      page-archive.php
  2. 17 1
      style.css
  3. 0 0
      v3-style.min.css

+ 6 - 6
page-archive.php

@@ -26,19 +26,19 @@ get_header(); ?>
 						<h5>Today I Learned</h5>
 						<ul>
 							<?php pull_til_all(); ?>
-						</ul>	
+						</ul>
 
 
 						<h5>Bookmarks</h5>
-						<ul>
+						<ul class="bookmarks">
 							<?php bookmarks_all(); ?>
-						</ul>	
+						</ul>
 
 					</div>
 				</div>
-				
+
 			</div>
 		</article>
 	</div>
-	
-<?php get_footer('home'); ?>
+
+<?php get_footer('home'); ?>

+ 17 - 1
style.css

@@ -2914,6 +2914,17 @@ a {
 .about a {
   color:#ff4557;
 }
+li a {
+  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
+    font-size: .9em;
+}
+ul.bookmarks {
+  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
+  font-size: .9em;
+}
+.entry-title {
+  font-weight:600;
+}
 .navbar.visible {
   background:#383838b3;
 }
@@ -2943,4 +2954,9 @@ ul.nav .list-group-item:last-child {
 ul.nav ul li {
   margin-left: 15px;
 }
-
+figure {
+  margin: 1em 0px;
+}
+video {
+  max-width:100%;
+}

File diff suppressed because it is too large
+ 0 - 0
v3-style.min.css


Some files were not shown because too many files changed in this diff