mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Invert logo in dark mode
This commit is contained in:
parent
816dbbdd6b
commit
6774237383
6 changed files with 15 additions and 5 deletions
|
@ -7,7 +7,7 @@ routes:
|
|||
default: '/whatsyunohost'
|
||||
---
|
||||
|
||||
![YunoHost logo](image://YunoHost_logo_vertical.png?resize=400)
|
||||
![YunoHost logo](image://YunoHost_logo_vertical.png?resize=400&id=ynhlogo)
|
||||
|
||||
واي يونوهوست YunoHost هو **نظام لتشغيل الخوادم** صُمِّم لتسهيل الإستضافة الذاتية لخدمات الإنترنت.
|
||||
هو مُرتكز و منسجم كافة الإنسجام مع توزيعة <a href="https://debian.org">غنو/لينكس ديبيان</a>.
|
||||
|
|
|
@ -7,7 +7,7 @@ routes:
|
|||
default: '/whatsyunohost'
|
||||
---
|
||||
|
||||
![](image://YunoHost_logo_vertical.png?resize=400)
|
||||
![](image://YunoHost_logo_vertical.png?resize=400&id=ynhlogo)
|
||||
|
||||
YunoHost ist ein **Betriebssystem**, das auf die einfachste Verwaltung eines **Servers** abzielt und daher das [Self-Hosting](/selfhosting) demokratisiert, wobei sichergestellt wird, dass es zuverlässig, sicher, ethisch einwandfrei und leichtgewichtig bleibt. Es ist ein Copylefted-Libre-Softwareprojekt, das ausschließlich von Freiwilligen betrieben wird. Technisch gesehen kann es als eine Distribution angesehen werden, die auf [Debian GNU/Linux](https://debian.org) basiert und auf [vielen Arten von Hardware](/install) installiert werden kann.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ routes:
|
|||
default: '/whatsyunohost'
|
||||
---
|
||||
|
||||
![](image://YunoHost_logo_vertical.png?resize=400)
|
||||
![](image://YunoHost_logo_vertical.png?resize=400&id=ynhlogo)
|
||||
|
||||
YunoHost es un **sistema operativo** que persigue simplificar la administración de un **servidor** para democratizar el [autoalojamiento](/selfhosting), asegurando que se mantiene fiable, seguro, ético y ligero. Es un proyecto de software libre copyleft mantenido exclusivamente por voluntarios. Se puede considerar técnicamente como una distribución basada en [Debian GNU/Linux](https://debian.org) y se puede instalar en [muchos tipos de hardware](/install).
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ routes:
|
|||
default: '/whatsyunohost'
|
||||
---
|
||||
|
||||
![YunoHost logo](image://YunoHost_logo_vertical.png?resize=400)
|
||||
![YunoHost logo](image://YunoHost_logo_vertical.png?resize=400&id=ynhlogo)
|
||||
|
||||
YunoHost est un **système d’exploitation** qui vise à simplifier autant que possible l'administration d'un **serveur** pour ainsi démocratiser [l’auto-hébergement](/selfhosting) tout en restant fiable, sécurisé, éthique et léger. C'est un projet de logiciel libre maintenu exclusivement par des bénévoles. Techniquement, il peut être vu comme une distribution basée sur [Debian GNU/Linux](https://debian.org) et peut s'installer sur [de nombreux types de matériel](/install).
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ routes:
|
|||
default: '/whatsyunohost'
|
||||
---
|
||||
|
||||
![YunoHost logo](image://YunoHost_logo_vertical.png?resize=400)
|
||||
![YunoHost logo](image://YunoHost_logo_vertical.png?resize=400&id=ynhlogo)
|
||||
|
||||
YunoHost is an **operating system** aiming for the simplest administration of a **server**, and therefore democratize [self-hosting](/selfhosting), while making sure it stays reliable, secure, ethical and lightweight. It is a copylefted libre software project maintained exclusively by volunteers. Technically, it can be seen as a distribution based on [Debian GNU/Linux](https://debian.org) and can be installed on [many kinds of hardware](/install).
|
||||
|
||||
|
|
|
@ -151,3 +151,13 @@ body.dark-mode .success {
|
|||
background-color: rgb(25, 44, 19);
|
||||
color: rgb(122, 197, 122);
|
||||
}
|
||||
|
||||
#ynhlogo {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
/* Give a gray background to the white logo*/
|
||||
img#whitelogo {
|
||||
background-color: unset;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue