Kaynağa Gözat

Update stylesheet for C/C++ supervision

Andrea Franceschini 3 yıl önce
ebeveyn
işleme
142137c554

+ 7 - 0
files/ProgC/supervision_2.html

@@ -6,6 +6,13 @@
     <title>Programming in C and C++ -- 2020/21 -- Supervision 2</title>
 </head>
 
+<style>
+code, pre {
+    font-size: 1.2em;
+    color: darkslateblue;
+}
+</style>    
+
 <body>
     <h1>Programming in C and C++ (2020/21)<br/>Supervision 2</h1>
 

+ 7 - 0
files/ProgC/supervision_3.html

@@ -6,6 +6,13 @@
     <title>Programming in C and C++ -- 2020/21 -- Supervision 3</title>
 </head>
 
+<style>
+code, pre {
+    font-size: 1.2em;
+    color: darkslateblue;
+}
+</style>
+
 <body>
     <h1>Programming in C and C++ (2020/21)<br/>Supervision 3</h1>