testing pre with atari attribute
This commit is contained in:
parent
d261446047
commit
a4492d019a
@ -268,7 +268,7 @@ pre {
|
||||
line-height: 1.15;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.pre-atari div {
|
||||
.atari {
|
||||
width: 78%;
|
||||
border: solid yellow 2px;
|
||||
padding-top: 10px;
|
||||
@ -283,6 +283,21 @@ pre {
|
||||
overflow-wrap: break-word;
|
||||
color: #f2f2f2;
|
||||
}
|
||||
.codeblock-atari div {
|
||||
width: 87%;
|
||||
border: solid yellow 2px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
padding-left:10px;
|
||||
margin-left: 25px;
|
||||
background-color: #004d80;
|
||||
font-family: 'Atari Classic Chunky', serif;
|
||||
font-weight: lighter;
|
||||
font-size: 0.525em;
|
||||
line-height: 1.2;
|
||||
overflow-wrap: break-word;
|
||||
color: #f2f2f2;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family: "Dot Matrix Regular", monospace;
|
||||
@ -315,20 +330,3 @@ code {
|
||||
background: #524646;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
||||
|
||||
.codeblock-atari div {
|
||||
width: 87%;
|
||||
border: solid yellow 2px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
padding-left:10px;
|
||||
margin-left: 25px;
|
||||
background-color: #004d80;
|
||||
font-family: 'Atari Classic Chunky', serif;
|
||||
font-weight: lighter;
|
||||
font-size: 0.525em;
|
||||
line-height: 1.2;
|
||||
overflow-wrap: break-word;
|
||||
color: #f2f2f2;
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
```
|
||||
For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com).
|
||||
|
||||
<pre class="pre-atari">
|
||||
<pre atari>
|
||||
10 ;
|
||||
20 ;ADDNRS.SRC
|
||||
30 ;
|
||||
|
Loading…
Reference in New Issue
Block a user