Added some text in bla.
This commit is contained in:
parent
f0eaf6a1ea
commit
151f929049
2 changed files with 21 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
<p class="fat-text">
|
<p class="fat-text">
|
||||||
7.10.2023 - Macbook schrott
|
7.10.2023 - Macbook schrott
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p class="inactive-text">
|
||||||
Falls sich jemand mit Apple auskennt, bitte durchlesen:
|
Falls sich jemand mit Apple auskennt, bitte durchlesen:
|
||||||
<br>
|
<br>
|
||||||
Ich hab ein Macbook Pro 8.2 mit Macos und Lubuntu drauf.
|
Ich hab ein Macbook Pro 8.2 mit Macos und Lubuntu drauf.
|
||||||
|
@ -67,6 +67,15 @@
|
||||||
<br>
|
<br>
|
||||||
Falls das hier jemand liest, der sich mit sowas auskennt, bitte schreib mir ne E-Mail.
|
Falls das hier jemand liest, der sich mit sowas auskennt, bitte schreib mir ne E-Mail.
|
||||||
</p>
|
</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>
|
<br>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
11
styles.css
11
styles.css
|
@ -106,6 +106,17 @@ a {
|
||||||
background-color: rgba(51, 51, 51, 0.4);
|
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 {
|
.normal-link {
|
||||||
font-family: ubuntu, arial;
|
font-family: ubuntu, arial;
|
||||||
color: #5865f2;
|
color: #5865f2;
|
||||||
|
|
Loading…
Reference in a new issue