this repo has no description

ft: add information about code type

Changed files
+39 -26
content
sass
static
+2 -2
content/post/who-watches-watchmen-i.md
···
Now restarting our service will not finish immediately, but will wait until our
service will declare that it is ready.
-
```shell
+
```
# systemctl restart hello.service
```
···
Now when we will shutdown our application by:
-
```shell
+
```
# systemctl stop hello.service
```
+14
sass/_main.scss
···
overflow: auto;
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(255, 255, 255, .1);
+
position: relative;
+ pre {
border-top: 0;
···
@media (max-width: $phone-max-width) {
white-space: pre-wrap;
word-wrap: break-word;
+
}
+
+
&[data-lang]::before {
+
content: attr(data-lang);
+
display: block;
+
position: absolute;
+
top: 0;
+
right: 0;
+
padding: .2em .5em;
+
font-weight: bold;
+
font-size: .9rem;
+
border-radius: 0 0 0 6px;
+
background-color: var(--accent-alpha-20);
}
code {
+22
sass/feed.scss
···
+
body {
+
color: #222;
+
font-family: apple-system, system-ui, sans-serif;
+
}
+
.container {
+
align-item: center;
+
display: flex;
+
justify-content: center;
+
}
+
.item {
+
max-width: 768px;
+
}
+
a {
+
color: #4166f5;
+
text-decoration: none;
+
}
+
a:visited {
+
color: #3f00ff;
+
}
+
a:hover {
+
text-decoration: underline;
+
}
+1 -24
static/atom-style.xml
···
<meta name="referrer" content="none" />
<!-- FAVICONS CAN GO HERE -->
-
<style type="text/css">
-
body {
-
color: #222;
-
font-family: apple-system, system-ui, sans-serif;
-
}
-
.container {
-
align-item: center;
-
display: flex;
-
justify-content: center;
-
}
-
.item {
-
max-width: 768px;
-
}
-
a {
-
color: #4166f5;
-
text-decoration: none;
-
}
-
a:visited {
-
color: #3f00ff;
-
}
-
a:hover {
-
text-decoration: underline;
-
}
-
</style>
+
<link href="/feed.css" rel="stylesheet" />
</head>
<body>
<div class="container">