@charset "UTF-8";
/*
Theme Name: Kratos Child
Theme URI: https://github.com/seatonjiang/kratos
Description: Kratos 主题的子主题，包含自定义修改
Author: Seaton Jiang
Author URI: https://seatonjiang.com
Template: kratos
Version: 1.0.0
License: GPL-3.0 License
License URI: https://github.com/seatonjiang/kratos/blob/main/LICENSE
*/

/*--------------------------------------------------------------
>>> 子主题自定义样式
--------------------------------------------------------------*/

/* 导航栏浮动固定 */
.k-nav {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(40, 42, 44, 0.85) !important;
}

/* 始终白字，不因滚动变色 */
.k-nav .navbar-brand,
.k-nav .navbar-brand h1,
.k-nav .navbar-nav > li.nav-item > a {
  color: #ffffff !important;
}

/* 友情链接区域 */
.friend-links {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}

.friend-links-title {
  color: #ccc;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.friend-links-list {
  color: #8e8e8e;
  font-size: 13px;
}

.friend-links-list a {
  color: #8e8e8e;
  transition: color 0.3s ease;
}

.friend-links-list a:hover {
  color: #0097ee;
}

/* 评论者操作系统和浏览器 */
.comment-ua {
  margin-left: 8px;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  color: #999;
  font-size: 12px;
}

/* 性能统计信息 */
.performance-stats {
  font-size: 12px !important;
  opacity: 0.7;
}
