Skip to content

Commit

Permalink
Fix website for ios lockdown
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 10, 2024
1 parent 248014e commit c86067d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions n/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel="stylesheet" href="fira.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style.css?a=2">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="me" href="https://infosec.exchange/@radareorg">Mastodon</link>
</head>
Expand All @@ -16,7 +16,7 @@
<td style="padding:0.6em;margin:0px">
<a class="rtopbutton" href="index.html"><img width="100" height="40" src="r2logo.png" alt="radare.org"></a>
</td>
<td width="100%" style="text-align:right;font-family:montserrat;vertical-align:middle">
<td width="100%" style="text-align:right;font-family:montserrat,verdana;vertical-align:middle">
<!--
<a class="link" href="#install">INSTALL</a>
&nbsp;
Expand Down Expand Up @@ -69,7 +69,7 @@ <h2 style="font-size:1.7em;margin-top:0">Free Reversing Toolkit</h2>
</div>
<center>
<div style="width:100%;overflow-x:auto;padding-top:3em;padding-bottom:0em">
<table style="max-width:800px;width:100%;font-family:montserrat;text-align:center;font-weight:bold;line-height:2em">
<table style="max-width:800px;width:100%;font-family:montserrat,verdana;text-align:center;font-weight:bold;line-height:2em">
<tr>
<td><a href="radare2.html"><img class=button2 width="240px" src="img/typical.jpg"></a><br/>radare2</td>
<td><a href="r2pipe.html"><img class=button2 width="240px" src="img/r2pipe.png"></a><br />r2Pipe</td>
Expand Down
12 changes: 6 additions & 6 deletions n/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ a:hover {
}
body {
background-color:#151515;
font-family:montserrat;
font-family:montserrat,Verdana;
color:#f0f0f0;
border:0px;
padding-bottom:4em;
Expand All @@ -21,14 +21,14 @@ ul {

.botton a {
color:#505050 !important;
font-family:montserrat;
font-family:montserrat,Verdana;
text-decoration:none;
}

.botton a:hover {
color:#000000 !important;
text-shadow: 0px 0px 2px black;
font-family:montserrat;
font-family:montserrat,Verdana;
text-decoration:none !important;
}

Expand Down Expand Up @@ -64,7 +64,7 @@ p {
line-height:1.3em;
border:1em;
font-size: 1.1em;
font-family: montserrat;
font-family: montserrat, Verdana;
}

pre {
Expand Down Expand Up @@ -108,7 +108,7 @@ pre {
h1 {
font-size:2.6em;
font-weight:bold;
font-family:montserrat;
font-family:montserrat, Verdana;
color:white; /*#ffb900; */
line-height:1.5em;
}
Expand All @@ -117,7 +117,7 @@ h2 {
/* color: #ffb900!important; */
font-size:2em;
font-weight:bold;
font-family:montserrat;
font-family:montserrat,Verdana;
color:#e0e0e0; /*#ffb900; */
line-height:1.5em;
}
Expand Down

0 comments on commit c86067d

Please sign in to comment.