Merge branch 'master' into recanman/patch2
This commit is contained in:
commit
6025946ad0
4 changed files with 5 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
</a>
|
||||
|
||||
<div class="action-container action-container--right">
|
||||
<a class="icon" href="https://revuo-xmr.com/support/"><img src="/img/donate.png" alt="Donate" title="Support" /></a>
|
||||
<a class="icon" href="/support/"><img src="/img/donate.png" alt="Donate" title="Support" /></a>
|
||||
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -46,11 +46,7 @@ issuenumber: 191
|
|||
</div>
|
||||
|
||||
<div class="newsbyte">
|
||||
<h4><a href="https://monero.observer/monero-observer-blitz-may-2023/" target="_blank">Monero Observer Blitz #23</a> - October 2023.</h4>
|
||||
</div>
|
||||
|
||||
<div class="newsbyte">
|
||||
<h4><a href="https://monero.observer/monero-observer-blitz-may-2023/" target="_blank">Monero Observer Blitz #22</a> - May 2023.</h4>
|
||||
<h4><a href="https://monero.observer/monero-observer-blitz-october-2023/" target="_blank">Monero Observer Blitz #23</a> - October 2023.</h4>
|
||||
</div>
|
||||
|
||||
<h3 id="events">Upcoming Events</h3>
|
||||
|
|
|
@ -37,8 +37,8 @@ p.table-title {
|
|||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
border-spacing: 0;
|
||||
background-color: var(--block-bg-color);
|
||||
@media (min-width: $breakpoint-alpha) {
|
||||
background-color: var(--block-bg-color);
|
||||
color: #45494f;
|
||||
tr.row3 {
|
||||
background-color: var(--blog-bg-color-secondary);
|
||||
|
@ -104,7 +104,7 @@ p.table-title {
|
|||
}
|
||||
|
||||
th, td:before {
|
||||
color: #fff;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
td.green {
|
||||
|
|
|
@ -9,7 +9,7 @@ title: Source Code & Licenses
|
|||
|
||||
<p markdown="1">The code to format and display Revuo Monero is available on <a href="https://github.com/rottenstonks/revuo-weekly" target="_blank">GitHub</a>. Gitea <a href="https://git.wownero.com/rotten/revuo-weekly" target="_blank">mirror</a>.<br><br>
|
||||
|
||||
Data in all issues is generally found in the public domain. Word choice, content curation, and the structure are published under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International</a> license.<br><br>
|
||||
Data in all issues is generally found in the public domain. Word choice, content curation, and the structure are published under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International</a> license.<br><br>
|
||||
|
||||
Layout theme is distributed with the <a href="https://wikiless.funami.tech/wiki/MIT_License?lang=en" target="_blank">MIT</a> license.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue