Use normal font weight
This commit is contained in:
parent
fd9d9e2657
commit
daae7f57de
|
@ -77,6 +77,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
&--section-contents {
|
||||
font-weight: normal;
|
||||
line-height: 1.75;
|
||||
|
||||
pre,
|
||||
code {
|
||||
background-color: var(--background-alt);
|
||||
border-radius: 4px;
|
||||
padding: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
&--link {
|
||||
pointer-events: all;
|
||||
color: var(--foreground);
|
||||
|
|
|
@ -6,6 +6,7 @@ html {
|
|||
--accent: #ed1c24;
|
||||
--foreground: #000;
|
||||
--background: #fff;
|
||||
--background-alt: #f5f5f5;
|
||||
|
||||
font-family: 'Open Sans', Arial, sans-serif;
|
||||
font-weight: 900;
|
||||
|
|
|
@ -34,7 +34,7 @@ content:
|
|||
|
||||
## Our Privacy Policy
|
||||
|
||||
Is over [here](https://pub.solar/privacy).
|
||||
Is over [here](/privacy).
|
||||
|
||||
## Our hosting
|
||||
|
||||
|
@ -71,7 +71,7 @@ content:
|
|||
Findest Du [hier](https://cloud.pub.solar/s/2KErtaYeLn5d6MZ).
|
||||
|
||||
## Unsere Datenschutzerklärung
|
||||
Findest Du [hier](https://pub.solar/privacy).
|
||||
Findest Du [hier](/privacy).
|
||||
|
||||
## Unser Hosting
|
||||
|
||||
|
|
8
os.yml
8
os.yml
|
@ -17,9 +17,9 @@ content:
|
|||
|
||||
## Downloads
|
||||
|
||||
**Download the latest ISO build:** [PubSolarOS-latest.iso](https://pub.solar/os/isos/PubSolarOS-latest.iso)
|
||||
**Download the latest ISO build: [PubSolarOS-latest.iso](https://pub.solar/os/isos/PubSolarOS-latest.iso)**
|
||||
|
||||
To verify the checksum download the [sha256 signature file], place it next to the iso, and run a check:
|
||||
To verify the checksum download the [sha256 signature file](https://pub.solar/os/isos/PubSolarOS-latest.iso.sha256), place it next to the iso, and run a check:
|
||||
|
||||
```
|
||||
$ sha256sum --check < pubsolaros-latest.iso.sha256
|
||||
|
@ -28,6 +28,6 @@ content:
|
|||
de: |
|
||||
# PubSolarOS ist ein Betriebssystem
|
||||
|
||||
Alles in und um PubSolarOS ist momentan am Englischen angelehnt. Falls du den Englischen Text auf dieser Seite nicht verstehst, macht es wahrscheinlich nicht viel Spaß PubSolarOS zu benutzen.
|
||||
Alles in und um PubSolarOS ist momentan in der Englischen Sprache. Falls du den Englischen Text auf dieser Seite nicht verstehst, macht es wahrscheinlich nicht viel Spaß PubSolarOS zu benutzen.
|
||||
|
||||
Falls du dich trotzdem interessierst, rede gerne mit uns über [#hakken in Matrix](https://matrix.to/#/#hakken:pub.solar?via=chat.pub.solar).
|
||||
Falls du dich trotzdem interessierst, rede gerne mit uns in [#hakken](https://matrix.to/#/#hakken:pub.solar?via=chat.pub.solar).
|
||||
|
|
|
@ -8,7 +8,7 @@ content:
|
|||
|
||||
Information on data privacy and protection for the Matrix service operated by pub.solar n.e.V. as required by article 13 DSGVO
|
||||
|
||||
*Explanation: Our Matrix service consists of the "Homeserver"; `https://matrix.pub.solar`, as well as the web-based Element-Messenger ([chat.pub.solar](https://chat.pub.solar/)).*
|
||||
**Explanation**: Our Matrix service consists of the "Homeserver"; `https://matrix.pub.solar`, as well as the web-based Element-Messenger ([chat.pub.solar](https://chat.pub.solar/)).
|
||||
|
||||
## Responsible for operating the service
|
||||
|
||||
|
@ -65,6 +65,6 @@ content:
|
|||
We have created the basic structure of this data protection information with the help of [DS-GVO.clever-Tools](https://www.baden-wuerttemberg.datenschutz.de/ds-gvo.clever/) and adapted it to our needs. We have also used parts of [Datenschutzerklärung der TU-Dresden](https://doc.matrix.tu-dresden.de/privacy/) and adjusted them accordingly. Text is licensed [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.de).
|
||||
|
||||
de: |
|
||||
Es gibt momentan leider keine Deutsche Version unserer Datenschutzerklärung.
|
||||
**Es gibt momentan leider keine Deutsche Version unserer Datenschutzerklärung.**
|
||||
|
||||
Falls Du unbedingt eine sehen willst, dann kontaktiere die Crew damit wir das Thema höher priorisieren können.
|
||||
|
|
Loading…
Reference in a new issue