Added some text in bla.

This commit is contained in:
The Wobbler 2023-12-01 18:12:44 +01:00
parent f0eaf6a1ea
commit 151f929049
2 changed files with 21 additions and 1 deletions

View file

@ -34,7 +34,7 @@
<p class="fat-text">
7.10.2023 - Macbook schrott
</p>
<p>
<p class="inactive-text">
Falls sich jemand mit Apple auskennt, bitte durchlesen:
<br>
Ich hab ein Macbook Pro 8.2 mit Macos und Lubuntu drauf.
@ -67,6 +67,15 @@
<br>
Falls das hier jemand liest, der sich mit sowas auskennt, bitte schreib mir ne E-Mail.
</p>
<p>
Ich habe das Touchpad ausgebaut und jetzt läuft er wieder! Wahrscheinlich hatte der Akku es beschädigt.
<br>
Komischerweise funktioniert jetzt die Tastatur nicht mehr, aber im Grub funktioniert sie.
<br>
Ich vermute, das liegt daran, dass sich Tastatur und Touchpad denselben Chip teilen und der Grub nicht nach dem Touchpad fragt.
<br>
Ich werde mal ein neues Touchpad bestellen und gucken, ob es funktioniert.
</p>
<br>
</div>

View file

@ -106,6 +106,17 @@ a {
background-color: rgba(51, 51, 51, 0.4);
}
.inactive-text {
color: rgb(255, 255, 255, 0.5);
text-decoration: line-through;
transition: color 0.5s, text-decoration 0.5s;
}
.inactive-text:hover {
color: white;
text-decoration: none;
}
.normal-link {
font-family: ubuntu, arial;
color: #5865f2;