Changes

17 bytes removed ,  18:28, 26 February 2023
no edit summary
Line 37: Line 37:     
/* CSS placed here will affect users of the Timeless skin */
 
/* CSS placed here will affect users of the Timeless skin */
@import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
+
/*@import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
 
html {
 
html {
 
background: rgb(0,0,0) !important;
 
background: rgb(0,0,0) !important;
Line 50: Line 50:  
background: #000;
 
background: #000;
 
color: #ccccff;
 
color: #ccccff;
font-family: 'Merriweather', serif;
+
font-family: sans-serif;
 
}
 
}
 
a {
 
a {
Line 65: Line 65:  
h1, h2, h3, h4 {
 
h1, h2, h3, h4 {
 
color: #6699ff;
 
color: #6699ff;
font-family: 'Merriweather', serif;
+
font-family: sans-serif;
 
}
 
}
 
#personal .dropdown b {
 
#personal .dropdown b {
Line 483: Line 483:  
border: 1px solid #333;
 
border: 1px solid #333;
 
}
 
}
 +
*/