Browse Source

Update stylesheet for C/C++ supervision

Andrea Franceschini 3 years ago
parent
commit
142137c554
2 changed files with 14 additions and 0 deletions
  1. 7 0
      files/ProgC/supervision_2.html
  2. 7 0
      files/ProgC/supervision_3.html

+ 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>