Skip to content

Commit 740c524

Browse files
Fixed code highlighting
1 parent 8c8302a commit 740c524

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

software-on-my-computer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ <h3 id="there-is-no-game-wrong-dimensiona"> <a
487487
</details>
488488
<details>
489489
<summary>
490-
<h1 id="vst-plugins">VST plugins</h1>
490+
<h1 id="audio-plugins">Audio plugins</h1>
491491
</summary>
492492

493493
<h3 id="airwindows"><a href="https://airwindows.com/">Airwindows</a>*</h3>

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,9 @@ a {
357357

358358
#a-title {
359359
text-decoration: none
360+
}
361+
362+
p>code {
363+
padding: 0.2em 0.4em;
364+
background-color: #7886;
360365
}

0 commit comments

Comments
 (0)