Difference between revisions of "Template:TU Dresden/CSS"

(Created page with "<html> <style> :root { --logo-dark-blue: rgb(28, 20, 68); --logo-bright-blue: rgb(71, 51, 174); --logo-pink: rgb(224, 18, 100); --logo-dark-blue-opacity: rgba...")
 
Line 71: Line 71:
  
 
header {
 
header {
     height: 80px;
+
     height: 100px;
 
}
 
}
  
Line 104: Line 104:
 
h1 {
 
h1 {
 
     font-family: var(--headfont);
 
     font-family: var(--headfont);
    font-weight: medium;
 
 
}
 
}
  
Line 110: Line 109:
 
     font-size: 1.5em;
 
     font-size: 1.5em;
 
     font-family: var(--headfont);
 
     font-family: var(--headfont);
    font-weight: medium;
 
 
}
 
}
  

Revision as of 20:43, 13 October 2017