~anjan/sxmo.org

225557533c9de6dbd14724af346926f96f15d407 — Maarten van Gompel 1 year, 11 months ago 9324ac8
added description line
2 files changed, 3 insertions(+), 1 deletions(-)

M src/index.html
M src/main.css
M src/index.html => src/index.html +2 -0
@@ 6,6 6,8 @@

<iframe width="100%" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://diode.zone/videos/embed/3f0948cf-47df-437e-b1ea-76fec58479c2" frameborder="0" allowfullscreen></iframe>

<p>S<em class="x">x</em>mo is a minimalist environment for Linux mobile devices, such as the pinephone.</p>

<div class="service-grid">
    <div class="left">
        <h3>Simple menu-driven interface</h3>

M src/main.css => src/main.css +1 -1
@@ 169,7 169,7 @@ nav a:not(:first-child):not(.btn):hover {
    border-bottom: #f4254e solid 1px;
}

nav .brand a em, h1 em, h2 em, h3 em, .tagline em {
nav .brand a em, h1 em, h2 em, h3 em, .tagline em, em.x {
    font-style: normal;
    color: #f4254e;
}